Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterIdentityUserAssignedIdentitiesValue
Packages that use ManagedClusterIdentityUserAssignedIdentitiesValue
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterIdentityUserAssignedIdentitiesValue in com.microsoft.azure.management.containerservice
Methods in com.microsoft.azure.management.containerservice that return types with arguments of type ManagedClusterIdentityUserAssignedIdentitiesValueModifier and TypeMethodDescriptionManagedClusterIdentity.userAssignedIdentities()
Get the user identity associated with the managed cluster.Method parameters in com.microsoft.azure.management.containerservice with type arguments of type ManagedClusterIdentityUserAssignedIdentitiesValueModifier and TypeMethodDescriptionManagedClusterIdentity.withUserAssignedIdentities
(Map<String, ManagedClusterIdentityUserAssignedIdentitiesValue> userAssignedIdentities) Set the user identity associated with the managed cluster.