104 строки
9.9 KiB
YAML
104 строки
9.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity"
|
|
name: "ContainerGroupIdentity"
|
|
nameWithType: "ContainerGroupIdentity"
|
|
summary: "Identity for the container group."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **ContainerGroupIdentity**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.ContainerGroupIdentity()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.ContainerGroupIdentity()"
|
|
name: "ContainerGroupIdentity()"
|
|
nameWithType: "ContainerGroupIdentity.ContainerGroupIdentity()"
|
|
syntax: "public ContainerGroupIdentity()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.principalId()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.principalId()"
|
|
name: "principalId()"
|
|
nameWithType: "ContainerGroupIdentity.principalId()"
|
|
summary: "Get the principal id of the container group identity."
|
|
syntax: "public String principalId()"
|
|
desc: "Get the principal id of the container group identity. This property will only be provided for a system assigned identity."
|
|
returns:
|
|
description: "the principalId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.tenantId()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.tenantId()"
|
|
name: "tenantId()"
|
|
nameWithType: "ContainerGroupIdentity.tenantId()"
|
|
summary: "Get the tenant id associated with the container group."
|
|
syntax: "public String tenantId()"
|
|
desc: "Get the tenant id associated with the container group. This property will only be provided for a system assigned identity."
|
|
returns:
|
|
description: "the tenantId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.type()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.type()"
|
|
name: "type()"
|
|
nameWithType: "ContainerGroupIdentity.type()"
|
|
summary: "Get the type of identity used for the container group."
|
|
syntax: "public ResourceIdentityType type()"
|
|
desc: "Get the type of identity used for the container group. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the container group. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'."
|
|
returns:
|
|
description: "the type value"
|
|
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.ContainerGroupIdentity.userAssignedIdentities()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.userAssignedIdentities()"
|
|
name: "userAssignedIdentities()"
|
|
nameWithType: "ContainerGroupIdentity.userAssignedIdentities()"
|
|
summary: "Get the list of user identities associated with the container group."
|
|
syntax: "public Map<String,ContainerGroupIdentityUserAssignedIdentitiesValue> userAssignedIdentities()"
|
|
desc: "Get the list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'."
|
|
returns:
|
|
description: "the userAssignedIdentities value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroupIdentityUserAssignedIdentitiesValue?alt=com.microsoft.azure.management.containerinstance.ContainerGroupIdentityUserAssignedIdentitiesValue&text=ContainerGroupIdentityUserAssignedIdentitiesValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.withType(com.microsoft.azure.management.containerinstance.ResourceIdentityType)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.withType(ResourceIdentityType type)"
|
|
name: "withType(ResourceIdentityType type)"
|
|
nameWithType: "ContainerGroupIdentity.withType(ResourceIdentityType type)"
|
|
summary: "Set the type of identity used for the container group."
|
|
parameters:
|
|
- description: "the type value to set"
|
|
name: "type"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ResourceIdentityType?alt=com.microsoft.azure.management.containerinstance.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContainerGroupIdentity withType(ResourceIdentityType type)"
|
|
desc: "Set the type of identity used for the container group. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the container group. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'."
|
|
returns:
|
|
description: "the ContainerGroupIdentity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroupIdentity?alt=com.microsoft.azure.management.containerinstance.ContainerGroupIdentity&text=ContainerGroupIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.withUserAssignedIdentities(java.util.Map<java.lang.String,com.microsoft.azure.management.containerinstance.ContainerGroupIdentityUserAssignedIdentitiesValue>)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroupIdentity.withUserAssignedIdentities(Map<String,ContainerGroupIdentityUserAssignedIdentitiesValue> userAssignedIdentities)"
|
|
name: "withUserAssignedIdentities(Map<String,ContainerGroupIdentityUserAssignedIdentitiesValue> userAssignedIdentities)"
|
|
nameWithType: "ContainerGroupIdentity.withUserAssignedIdentities(Map<String,ContainerGroupIdentityUserAssignedIdentitiesValue> userAssignedIdentities)"
|
|
summary: "Set the list of user identities associated with the container group."
|
|
parameters:
|
|
- description: "the userAssignedIdentities value to set"
|
|
name: "userAssignedIdentities"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroupIdentityUserAssignedIdentitiesValue?alt=com.microsoft.azure.management.containerinstance.ContainerGroupIdentityUserAssignedIdentitiesValue&text=ContainerGroupIdentityUserAssignedIdentitiesValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ContainerGroupIdentity withUserAssignedIdentities(Map<String,ContainerGroupIdentityUserAssignedIdentitiesValue> userAssignedIdentities)"
|
|
desc: "Set the list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/\\{identityName\\}'."
|
|
returns:
|
|
description: "the ContainerGroupIdentity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroupIdentity?alt=com.microsoft.azure.management.containerinstance.ContainerGroupIdentity&text=ContainerGroupIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Identity for the container group."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerinstance"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4
|