azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

420 строки
30 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.ContainerGroup"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup"
name: "ContainerGroup"
nameWithType: "ContainerGroup"
summary: "An immutable client-side representation of an Azure Container Group."
syntax: "public interface **ContainerGroup**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<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.containerinstance.implementation.ContainerGroupInner?alt=com.microsoft.azure.management.containerinstance.implementation.ContainerGroupInner&text=ContainerGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup.Update?alt=com.microsoft.azure.management.containerinstance.ContainerGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.containers()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.containers()"
name: "containers()"
nameWithType: "ContainerGroup.containers()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,Container> containers()"
returns:
description: "the container instances in this container group"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.containerinstance.Container?alt=com.microsoft.azure.management.containerinstance.Container&text=Container\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.dnsConfig()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.dnsConfig()"
name: "dnsConfig()"
nameWithType: "ContainerGroup.dnsConfig()"
modifiers:
- "abstract"
syntax: "public abstract DnsConfiguration dnsConfig()"
returns:
description: "the DNS configuration for the container group"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.DnsConfiguration?alt=com.microsoft.azure.management.containerinstance.DnsConfiguration&text=DnsConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.dnsPrefix()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.dnsPrefix()"
name: "dnsPrefix()"
nameWithType: "ContainerGroup.dnsPrefix()"
modifiers:
- "abstract"
syntax: "public abstract String dnsPrefix()"
returns:
description: "the DNS prefix which was specified at creation time"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.events()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.events()"
name: "events()"
nameWithType: "ContainerGroup.events()"
modifiers:
- "abstract"
syntax: "public abstract Set<Event> events()"
returns:
description: "the container group events"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.Event?alt=com.microsoft.azure.management.containerinstance.Event&text=Event\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.executeCommand(java.lang.String,java.lang.String,int,int)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.executeCommand(String containerName, String command, int row, int column)"
name: "executeCommand(String containerName, String command, int row, int column)"
nameWithType: "ContainerGroup.executeCommand(String containerName, String command, int row, int column)"
summary: "Starts the exec command for a specific container instance."
modifiers:
- "abstract"
parameters:
- 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: "the command to be executed"
name: "command"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the row size of the terminal"
name: "row"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "the column size of the terminal"
name: "column"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ContainerExecResponse executeCommand(String containerName, String command, int row, int column)"
desc: "Starts the exec command for a specific container instance."
returns:
description: "the log lines from the end, up to the number specified"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerExecResponse?alt=com.microsoft.azure.management.containerinstance.ContainerExecResponse&text=ContainerExecResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.executeCommandAsync(java.lang.String,java.lang.String,int,int)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.executeCommandAsync(String containerName, String command, int row, int column)"
name: "executeCommandAsync(String containerName, String command, int row, int column)"
nameWithType: "ContainerGroup.executeCommandAsync(String containerName, String command, int row, int column)"
summary: "Starts the exec command for a specific container instance within the container group."
modifiers:
- "abstract"
parameters:
- 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: "the command to be executed"
name: "command"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the row size of the terminal"
name: "row"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "the column size of the terminal"
name: "column"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ContainerExecResponse> executeCommandAsync(String containerName, String command, int row, int column)"
desc: "Starts the exec command for a specific container instance within the 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\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.ContainerExecResponse?alt=com.microsoft.azure.management.containerinstance.ContainerExecResponse&text=ContainerExecResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.externalPorts()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.externalPorts()"
name: "externalPorts()"
nameWithType: "ContainerGroup.externalPorts()"
modifiers:
- "abstract"
syntax: "public abstract Set<Port> externalPorts()"
returns:
description: "all the ports publicly exposed for this container group"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.Port?alt=com.microsoft.azure.management.containerinstance.Port&text=Port\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.externalTcpPorts()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.externalTcpPorts()"
name: "externalTcpPorts()"
nameWithType: "ContainerGroup.externalTcpPorts()"
modifiers:
- "abstract"
syntax: "public abstract int[] externalTcpPorts()"
returns:
description: "the TCP ports publicly exposed for this container group"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.externalUdpPorts()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.externalUdpPorts()"
name: "externalUdpPorts()"
nameWithType: "ContainerGroup.externalUdpPorts()"
modifiers:
- "abstract"
syntax: "public abstract int[] externalUdpPorts()"
returns:
description: "the UDP ports publicly exposed for this container group"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.fqdn()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.fqdn()"
name: "fqdn()"
nameWithType: "ContainerGroup.fqdn()"
modifiers:
- "abstract"
syntax: "public abstract String fqdn()"
returns:
description: "the FQDN for the container group"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.getLogContent(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.getLogContent(String containerName)"
name: "getLogContent(String containerName)"
nameWithType: "ContainerGroup.getLogContent(String containerName)"
summary: "Get the log content for the specified container instance within the container group."
modifiers:
- "abstract"
parameters:
- 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 containerName)"
desc: "Get the log content for the specified container instance within the 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.ContainerGroup.getLogContent(java.lang.String,int)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.getLogContent(String containerName, int tailLineCount)"
name: "getLogContent(String containerName, int tailLineCount)"
nameWithType: "ContainerGroup.getLogContent(String containerName, int tailLineCount)"
summary: "Get the log content for the specified container instance within the container group."
modifiers:
- "abstract"
parameters:
- 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 containerName, int tailLineCount)"
desc: "Get the log content for the specified container instance within the 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.ContainerGroup.getLogContentAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.getLogContentAsync(String containerName)"
name: "getLogContentAsync(String containerName)"
nameWithType: "ContainerGroup.getLogContentAsync(String containerName)"
summary: "Get the log content for the specified container instance within the container group."
modifiers:
- "abstract"
parameters:
- 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 containerName)"
desc: "Get the log content for the specified container instance within the 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\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.getLogContentAsync(java.lang.String,int)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.getLogContentAsync(String containerName, int tailLineCount)"
name: "getLogContentAsync(String containerName, int tailLineCount)"
nameWithType: "ContainerGroup.getLogContentAsync(String containerName, int tailLineCount)"
summary: "Get the log content for the specified container instance within the container group."
modifiers:
- "abstract"
parameters:
- 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 containerName, int tailLineCount)"
desc: "Get the log content for the specified container instance within the 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\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.imageRegistryServers()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.imageRegistryServers()"
name: "imageRegistryServers()"
nameWithType: "ContainerGroup.imageRegistryServers()"
modifiers:
- "abstract"
syntax: "public abstract Collection<String> imageRegistryServers()"
returns:
description: "the Docker image registry servers by which the container group is created from"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.ipAddress()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.ipAddress()"
name: "ipAddress()"
nameWithType: "ContainerGroup.ipAddress()"
modifiers:
- "abstract"
syntax: "public abstract String ipAddress()"
returns:
description: "the IP address"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.isIPAddressPrivate()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.isIPAddressPrivate()"
name: "isIPAddressPrivate()"
nameWithType: "ContainerGroup.isIPAddressPrivate()"
modifiers:
- "abstract"
syntax: "public abstract boolean isIPAddressPrivate()"
returns:
description: "true if IP address is private"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.isIPAddressPublic()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.isIPAddressPublic()"
name: "isIPAddressPublic()"
nameWithType: "ContainerGroup.isIPAddressPublic()"
modifiers:
- "abstract"
syntax: "public abstract boolean isIPAddressPublic()"
returns:
description: "true if IP address is public"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.isManagedServiceIdentityEnabled()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.isManagedServiceIdentityEnabled()"
name: "isManagedServiceIdentityEnabled()"
nameWithType: "ContainerGroup.isManagedServiceIdentityEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isManagedServiceIdentityEnabled()"
returns:
description: "whether managed service identity is enabled for the container group"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.logAnalytics()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.logAnalytics()"
name: "logAnalytics()"
nameWithType: "ContainerGroup.logAnalytics()"
modifiers:
- "abstract"
syntax: "public abstract LogAnalytics logAnalytics()"
returns:
description: "the log analytics information of the container group."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.LogAnalytics?alt=com.microsoft.azure.management.containerinstance.LogAnalytics&text=LogAnalytics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.managedServiceIdentityType()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.managedServiceIdentityType()"
name: "managedServiceIdentityType()"
nameWithType: "ContainerGroup.managedServiceIdentityType()"
modifiers:
- "abstract"
syntax: "public abstract ResourceIdentityType managedServiceIdentityType()"
returns:
description: "whether managed service identity is system assigned, user assigned, both, or neither"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ResourceIdentityType?alt=com.microsoft.azure.management.containerinstance.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.networkProfileId()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.networkProfileId()"
name: "networkProfileId()"
nameWithType: "ContainerGroup.networkProfileId()"
modifiers:
- "abstract"
syntax: "public abstract String networkProfileId()"
returns:
description: "the id of the network profile for the container group"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.osType()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.osType()"
name: "osType()"
nameWithType: "ContainerGroup.osType()"
modifiers:
- "abstract"
syntax: "public abstract OperatingSystemTypes osType()"
returns:
description: "the base level OS type required by the containers in the group"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.OperatingSystemTypes?alt=com.microsoft.azure.management.containerinstance.OperatingSystemTypes&text=OperatingSystemTypes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.provisioningState()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.provisioningState()"
name: "provisioningState()"
nameWithType: "ContainerGroup.provisioningState()"
modifiers:
- "abstract"
syntax: "public abstract String provisioningState()"
returns:
description: "the provisioningState of the container group"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.restart()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.restart()"
name: "restart()"
nameWithType: "ContainerGroup.restart()"
summary: "Restarts all containers in a container group in place."
modifiers:
- "abstract"
syntax: "public abstract void restart()"
desc: "Restarts all containers in a container group in place. If container image has updates, new image will be downloaded."
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.restartAsync()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.restartAsync()"
name: "restartAsync()"
nameWithType: "ContainerGroup.restartAsync()"
summary: "Restarts all containers in a container group in place asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Completable restartAsync()"
desc: "Restarts all containers in a container group in place asynchronously. If container image has updates, new image will be downloaded."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.restartPolicy()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.restartPolicy()"
name: "restartPolicy()"
nameWithType: "ContainerGroup.restartPolicy()"
modifiers:
- "abstract"
syntax: "public abstract ContainerGroupRestartPolicy restartPolicy()"
returns:
description: "the container group restart policy"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroupRestartPolicy?alt=com.microsoft.azure.management.containerinstance.ContainerGroupRestartPolicy&text=ContainerGroupRestartPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.state()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.state()"
name: "state()"
nameWithType: "ContainerGroup.state()"
modifiers:
- "abstract"
syntax: "public abstract String state()"
returns:
description: "the state of the container group; only valid in response"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.stop()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.stop()"
name: "stop()"
nameWithType: "ContainerGroup.stop()"
summary: "Stops all containers in a container group."
modifiers:
- "abstract"
syntax: "public abstract void stop()"
desc: "Stops all containers in a container group. Compute resources will be de-allocated and billing will stop."
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.stopAsync()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.stopAsync()"
name: "stopAsync()"
nameWithType: "ContainerGroup.stopAsync()"
summary: "Stops all containers in a container group asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Completable stopAsync()"
desc: "Stops all containers in a container group asynchronously. Compute resources will be de-allocated and billing will stop."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.systemAssignedManagedServiceIdentityPrincipalId()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.systemAssignedManagedServiceIdentityPrincipalId()"
name: "systemAssignedManagedServiceIdentityPrincipalId()"
nameWithType: "ContainerGroup.systemAssignedManagedServiceIdentityPrincipalId()"
modifiers:
- "abstract"
syntax: "public abstract String systemAssignedManagedServiceIdentityPrincipalId()"
returns:
description: "the principal id of the system assigned managed service identity. Null if managed\n service identity is not configured."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.systemAssignedManagedServiceIdentityTenantId()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.systemAssignedManagedServiceIdentityTenantId()"
name: "systemAssignedManagedServiceIdentityTenantId()"
nameWithType: "ContainerGroup.systemAssignedManagedServiceIdentityTenantId()"
modifiers:
- "abstract"
syntax: "public abstract String systemAssignedManagedServiceIdentityTenantId()"
returns:
description: "the tenant id of the system assigned managed service identity. Null if managed\n service identity is not configured."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.userAssignedManagedServiceIdentityIds()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.userAssignedManagedServiceIdentityIds()"
name: "userAssignedManagedServiceIdentityIds()"
nameWithType: "ContainerGroup.userAssignedManagedServiceIdentityIds()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> userAssignedManagedServiceIdentityIds()"
returns:
description: "the ids of the user assigned managed service identities. Returns an empty set if no\n MSIs are set."
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.volumes()"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.volumes()"
name: "volumes()"
nameWithType: "ContainerGroup.volumes()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,Volume> volumes()"
returns:
description: "the volumes for this container group"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.containerinstance.Volume?alt=com.microsoft.azure.management.containerinstance.Volume&text=Volume\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An immutable client-side representation of an Azure Container Group."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<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.containerinstance.implementation.ContainerGroupInner?alt=com.microsoft.azure.management.containerinstance.implementation.ContainerGroupInner&text=ContainerGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup?alt=com.microsoft.azure.management.containerinstance.ContainerGroup&text=ContainerGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup.Update?alt=com.microsoft.azure.management.containerinstance.ContainerGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4