Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterIdentity
-
Packages that use ManagedClusterIdentity Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterIdentity in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterIdentity Modifier and Type Method Description ManagedClusterIdentityManagedClusterInner. identity()Get the identity property: The identity of the managed cluster, if configured.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterIdentity Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withIdentity(ManagedClusterIdentity identity)Set the identity property: The identity of the managed cluster, if configured. -
Uses of ManagedClusterIdentity in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterIdentity Modifier and Type Method Description ManagedClusterIdentityManagedClusterIdentity. withType(ResourceIdentityType type)Set the type property: The type of identity used for the managed cluster.ManagedClusterIdentityManagedClusterIdentity. withUserAssignedIdentities(Map<String,ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities)Set the userAssignedIdentities property: The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
-