Uses of Class
com.azure.resourcemanager.containerservice.models.UserAssignedIdentity
-
Packages that use UserAssignedIdentity 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 UserAssignedIdentity in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type UserAssignedIdentity Modifier and Type Method Description Map<String,UserAssignedIdentity>ManagedClusterInner. identityProfile()Get the identityProfile property: Identities associated with the cluster.Map<String,UserAssignedIdentity>ManagedClusterProperties. identityProfile()Get the identityProfile property: Identities associated with the cluster.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type UserAssignedIdentity Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withIdentityProfile(Map<String,UserAssignedIdentity> identityProfile)Set the identityProfile property: Identities associated with the cluster.ManagedClusterPropertiesManagedClusterProperties. withIdentityProfile(Map<String,UserAssignedIdentity> identityProfile)Set the identityProfile property: Identities associated with the cluster. -
Uses of UserAssignedIdentity in com.azure.resourcemanager.containerservice.models
Subclasses of UserAssignedIdentity in com.azure.resourcemanager.containerservice.models Modifier and Type Class Description classManagedClusterAddonProfileIdentityInformation of user assigned identity used by this add-on.Methods in com.azure.resourcemanager.containerservice.models that return UserAssignedIdentity Modifier and Type Method Description UserAssignedIdentityManagedClusterPodIdentity. identity()Get the identity property: The user assigned identity details.UserAssignedIdentityUserAssignedIdentity. withClientId(String clientId)Set the clientId property: The client ID of the user assigned identity.UserAssignedIdentityUserAssignedIdentity. withObjectId(String objectId)Set the objectId property: The object ID of the user assigned identity.UserAssignedIdentityUserAssignedIdentity. withResourceId(String resourceId)Set the resourceId property: The resource ID of the user assigned identity.Methods in com.azure.resourcemanager.containerservice.models with parameters of type UserAssignedIdentity Modifier and Type Method Description ManagedClusterPodIdentityManagedClusterPodIdentity. withIdentity(UserAssignedIdentity identity)Set the identity property: The user assigned identity details.
-