102 строки
8.9 KiB
YAML
102 строки
8.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity"
|
|
name: "ManagedClusterIdentity"
|
|
nameWithType: "ManagedClusterIdentity"
|
|
summary: "Identity for the managed cluster."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public class ManagedClusterIdentity"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.ManagedClusterIdentity()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.ManagedClusterIdentity()"
|
|
name: "ManagedClusterIdentity()"
|
|
nameWithType: "ManagedClusterIdentity.ManagedClusterIdentity()"
|
|
syntax: "public ManagedClusterIdentity()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.principalId()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.principalId()"
|
|
name: "principalId()"
|
|
nameWithType: "ManagedClusterIdentity.principalId()"
|
|
summary: "Get the principal id of the system assigned identity which is used by master components."
|
|
syntax: "public String principalId()"
|
|
desc: "Get the principal id of the system assigned identity which is used by master components."
|
|
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.containerservice.ManagedClusterIdentity.tenantId()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.tenantId()"
|
|
name: "tenantId()"
|
|
nameWithType: "ManagedClusterIdentity.tenantId()"
|
|
summary: "Get the tenant id of the system assigned identity which is used by master components."
|
|
syntax: "public String tenantId()"
|
|
desc: "Get the tenant id of the system assigned identity which is used by master components."
|
|
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.containerservice.ManagedClusterIdentity.type()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.type()"
|
|
name: "type()"
|
|
nameWithType: "ManagedClusterIdentity.type()"
|
|
summary: "Get the type of identity used for the managed cluster."
|
|
syntax: "public ResourceIdentityType type()"
|
|
desc: "Get the type of identity used for the managed cluster. Type 'SystemAssigned' will use an implicitly created identity in master components and an auto-created user assigned identity in MC\\_ resource group in agent nodes. Type 'None' will not use MSI for the managed cluster, service principal will be used instead. Possible values include: 'SystemAssigned', 'UserAssigned', 'None'."
|
|
returns:
|
|
description: "the type value"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ResourceIdentityType?alt=com.microsoft.azure.management.containerservice.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.userAssignedIdentities()"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.userAssignedIdentities()"
|
|
name: "userAssignedIdentities()"
|
|
nameWithType: "ManagedClusterIdentity.userAssignedIdentities()"
|
|
summary: "Get the user identity associated with the managed cluster."
|
|
syntax: "public Map<String,ManagedClusterIdentityUserAssignedIdentitiesValue> userAssignedIdentities()"
|
|
desc: "Get the user identity associated with the managed cluster. This identity will be used in control plane and only one user assigned identity is allowed. 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.containerservice.ManagedClusterIdentityUserAssignedIdentitiesValue?alt=com.microsoft.azure.management.containerservice.ManagedClusterIdentityUserAssignedIdentitiesValue&text=ManagedClusterIdentityUserAssignedIdentitiesValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.withType(com.microsoft.azure.management.containerservice.ResourceIdentityType)"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.withType(ResourceIdentityType type)"
|
|
name: "withType(ResourceIdentityType type)"
|
|
nameWithType: "ManagedClusterIdentity.withType(ResourceIdentityType type)"
|
|
summary: "Set the type of identity used for the managed cluster."
|
|
parameters:
|
|
- description: "the type value to set"
|
|
name: "type"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ResourceIdentityType?alt=com.microsoft.azure.management.containerservice.ResourceIdentityType&text=ResourceIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedClusterIdentity withType(ResourceIdentityType type)"
|
|
desc: "Set the type of identity used for the managed cluster. Type 'SystemAssigned' will use an implicitly created identity in master components and an auto-created user assigned identity in MC\\_ resource group in agent nodes. Type 'None' will not use MSI for the managed cluster, service principal will be used instead. Possible values include: 'SystemAssigned', 'UserAssigned', 'None'."
|
|
returns:
|
|
description: "the ManagedClusterIdentity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterIdentity?alt=com.microsoft.azure.management.containerservice.ManagedClusterIdentity&text=ManagedClusterIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.withUserAssignedIdentities(java.util.Map<java.lang.String,com.microsoft.azure.management.containerservice.ManagedClusterIdentityUserAssignedIdentitiesValue>)"
|
|
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterIdentity.withUserAssignedIdentities(Map<String,ManagedClusterIdentityUserAssignedIdentitiesValue> userAssignedIdentities)"
|
|
name: "withUserAssignedIdentities(Map<String,ManagedClusterIdentityUserAssignedIdentitiesValue> userAssignedIdentities)"
|
|
nameWithType: "ManagedClusterIdentity.withUserAssignedIdentities(Map<String,ManagedClusterIdentityUserAssignedIdentitiesValue> userAssignedIdentities)"
|
|
summary: "Set the user identity associated with the managed cluster."
|
|
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.containerservice.ManagedClusterIdentityUserAssignedIdentitiesValue?alt=com.microsoft.azure.management.containerservice.ManagedClusterIdentityUserAssignedIdentitiesValue&text=ManagedClusterIdentityUserAssignedIdentitiesValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ManagedClusterIdentity withUserAssignedIdentities(Map<String,ManagedClusterIdentityUserAssignedIdentitiesValue> userAssignedIdentities)"
|
|
desc: "Set the user identity associated with the managed cluster. This identity will be used in control plane and only one user assigned identity is allowed. 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 ManagedClusterIdentity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterIdentity?alt=com.microsoft.azure.management.containerservice.ManagedClusterIdentity&text=ManagedClusterIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Identity for the managed cluster."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerservice"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4
|