243 строки
26 KiB
YAML
243 строки
26 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerinstance.ContainerGroups"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups"
|
|
name: "ContainerGroups"
|
|
nameWithType: "ContainerGroups"
|
|
summary: "Entry point to the container instance management API."
|
|
syntax: "public interface **ContainerGroups**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.Blank?alt=com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.implementation.ContainerInstanceManager?alt=com.microsoft.azure.management.containerinstance.implementation.ContainerInstanceManager&text=ContainerInstanceManager\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.implementation.ContainerGroupsInner?alt=com.microsoft.azure.management.containerinstance.implementation.ContainerGroupsInner&text=ContainerGroupsInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.getLogContent(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.getLogContent(String resourceGroupName, String containerGroupName, String containerName)"
|
|
name: "getLogContent(String resourceGroupName, String containerGroupName, String containerName)"
|
|
nameWithType: "ContainerGroups.getLogContent(String resourceGroupName, String containerGroupName, String containerName)"
|
|
summary: "Get the log content for the specified container instance within a container group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the Azure resource group name"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the container group name"
|
|
name: "containerGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the container instance name"
|
|
name: "containerName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract String getLogContent(String resourceGroupName, String containerGroupName, String containerName)"
|
|
desc: "Get the log content for the specified container instance within a container group."
|
|
returns:
|
|
description: "all available log lines"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.getLogContent(java.lang.String,java.lang.String,java.lang.String,int)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.getLogContent(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)"
|
|
name: "getLogContent(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)"
|
|
nameWithType: "ContainerGroups.getLogContent(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)"
|
|
summary: "Get the log content for the specified container instance within a container group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the Azure resource group name"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the container group name"
|
|
name: "containerGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the container instance name"
|
|
name: "containerName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "only get the last log lines up to this"
|
|
name: "tailLineCount"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract String getLogContent(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)"
|
|
desc: "Get the log content for the specified container instance within a container group."
|
|
returns:
|
|
description: "the log lines from the end, up to the number specified"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.getLogContentAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName)"
|
|
name: "getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName)"
|
|
nameWithType: "ContainerGroups.getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName)"
|
|
summary: "Get the log content for the specified container instance within a container group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the Azure resource group name"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the container group name"
|
|
name: "containerGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the container instance name"
|
|
name: "containerName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<String> getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName)"
|
|
desc: "Get the log content for the specified container instance within a container group."
|
|
returns:
|
|
description: "a representation of the future computation of this call"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.getLogContentAsync(java.lang.String,java.lang.String,java.lang.String,int)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)"
|
|
name: "getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)"
|
|
nameWithType: "ContainerGroups.getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)"
|
|
summary: "Get the log content for the specified container instance within a container group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the Azure resource group name"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the container group name"
|
|
name: "containerGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the container instance name"
|
|
name: "containerName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "only get the last log lines up to this"
|
|
name: "tailLineCount"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<String> getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)"
|
|
desc: "Get the log content for the specified container instance within a container group."
|
|
returns:
|
|
description: "a representation of the future computation of this call"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.listCachedImages(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.listCachedImages(String location)"
|
|
name: "listCachedImages(String location)"
|
|
nameWithType: "ContainerGroups.listCachedImages(String location)"
|
|
summary: "Lists cached images for a subscription in a region."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the identifier for the physical azure location."
|
|
name: "location"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedList<CachedImages> listCachedImages(String location)"
|
|
desc: "Lists cached images for a subscription in a region."
|
|
returns:
|
|
description: "all cached images from the specified location"
|
|
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.CachedImages?alt=com.microsoft.azure.management.containerinstance.CachedImages&text=CachedImages\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.listCachedImagesAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.listCachedImagesAsync(String location)"
|
|
name: "listCachedImagesAsync(String location)"
|
|
nameWithType: "ContainerGroups.listCachedImagesAsync(String location)"
|
|
summary: "Lists cached images for a subscription in a region."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the identifier for the physical azure location."
|
|
name: "location"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<CachedImages> listCachedImagesAsync(String location)"
|
|
desc: "Lists cached images for a subscription in a region."
|
|
returns:
|
|
description: "a representation of the future computation of this call"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.CachedImages?alt=com.microsoft.azure.management.containerinstance.CachedImages&text=CachedImages\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.listCapabilities(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.listCapabilities(String location)"
|
|
name: "listCapabilities(String location)"
|
|
nameWithType: "ContainerGroups.listCapabilities(String location)"
|
|
summary: "Lists the capabilities of a location."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the identifier for the physical azure location"
|
|
name: "location"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedList<Capabilities> listCapabilities(String location)"
|
|
desc: "Lists the capabilities of a location."
|
|
returns:
|
|
description: "a list of all of the capabilities of the given location"
|
|
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.Capabilities?alt=com.microsoft.azure.management.containerinstance.Capabilities&text=Capabilities\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.listCapabilitiesAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.listCapabilitiesAsync(String location)"
|
|
name: "listCapabilitiesAsync(String location)"
|
|
nameWithType: "ContainerGroups.listCapabilitiesAsync(String location)"
|
|
summary: "Lists the capabilities of a location."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the identifier for the physical azure location"
|
|
name: "location"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Capabilities> listCapabilitiesAsync(String location)"
|
|
desc: "Lists the capabilities of a location."
|
|
returns:
|
|
description: "a representation of the future computation of this call"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.Capabilities?alt=com.microsoft.azure.management.containerinstance.Capabilities&text=Capabilities\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.listOperations()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.listOperations()"
|
|
name: "listOperations()"
|
|
nameWithType: "ContainerGroups.listOperations()"
|
|
summary: "Lists all operations for Azure Container Instance service."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedList<Operation> listOperations()"
|
|
desc: "Lists all operations for Azure Container Instance service."
|
|
returns:
|
|
description: "all operations for Azure Container Instance service"
|
|
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.Operation?alt=com.microsoft.azure.management.containerinstance.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.listOperationsAsync()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.listOperationsAsync()"
|
|
name: "listOperationsAsync()"
|
|
nameWithType: "ContainerGroups.listOperationsAsync()"
|
|
summary: "Lists all operations for Azure Container Instance service."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Observable<Operation> listOperationsAsync()"
|
|
desc: "Lists all operations for Azure Container Instance service."
|
|
returns:
|
|
description: "a representation of the future computation of this call"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.Operation?alt=com.microsoft.azure.management.containerinstance.Operation&text=Operation\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.start(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.start(String resourceGroupName, String containerGroupName)"
|
|
name: "start(String resourceGroupName, String containerGroupName)"
|
|
nameWithType: "ContainerGroups.start(String resourceGroupName, String containerGroupName)"
|
|
summary: "Starts all containers in a container group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the resource group of the container group"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the name of the container group"
|
|
name: "containerGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void start(String resourceGroupName, String containerGroupName)"
|
|
desc: "Starts all containers in a container group."
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroups.startAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroups.startAsync(String resourceGroupName, String containerGroupName)"
|
|
name: "startAsync(String resourceGroupName, String containerGroupName)"
|
|
nameWithType: "ContainerGroups.startAsync(String resourceGroupName, String containerGroupName)"
|
|
summary: "Starts all containers in a container group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of the resource group of the container group"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the name of the container group"
|
|
name: "containerGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable startAsync(String resourceGroupName, String containerGroupName)"
|
|
desc: "Starts all containers in a container group."
|
|
returns:
|
|
description: "a representation of the future computation of this call"
|
|
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Entry point to the container instance management API."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion&text=SupportsBatchDeletion\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup&text=SupportsDeletingByResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup&text=SupportsGettingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup&text=SupportsListingByResourceGroup\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.implementation.ContainerInstanceManager?alt=com.microsoft.azure.management.containerinstance.implementation.ContainerInstanceManager&text=ContainerInstanceManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.Blank?alt=com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerinstance.implementation.ContainerGroupsInner?alt=com.microsoft.azure.management.containerinstance.implementation.ContainerGroupsInner&text=ContainerGroupsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerinstance"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4
|