Uses of Class
com.azure.resourcemanager.containerservice.models.UserAssignedIdentity
Packages that use UserAssignedIdentity
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 UserAssignedIdentityModifier and TypeMethodDescriptionManagedClusterInner.identityProfile()Get the identityProfile property: The user identity associated with the managed cluster.ManagedClusterProperties.identityProfile()Get the identityProfile property: The user identity associated with the managed cluster.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type UserAssignedIdentityModifier and TypeMethodDescriptionManagedClusterInner.withIdentityProfile(Map<String, UserAssignedIdentity> identityProfile) Set the identityProfile property: The user identity associated with the managed cluster.ManagedClusterProperties.withIdentityProfile(Map<String, UserAssignedIdentity> identityProfile) Set the identityProfile property: The user identity associated with the managed cluster. -
Uses of UserAssignedIdentity in com.azure.resourcemanager.containerservice.models
Subclasses of UserAssignedIdentity in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classInformation of user assigned identity used by this add-on.Methods in com.azure.resourcemanager.containerservice.models that return UserAssignedIdentityModifier and TypeMethodDescriptionstatic UserAssignedIdentityUserAssignedIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserAssignedIdentity from the JsonReader.ManagedClusterIngressProfileWebAppRouting.identity()Get the identity property: Managed identity of the Application Routing add-on.ManagedClusterPodIdentity.identity()Get the identity property: The user assigned identity details.UserAssignedIdentity.withClientId(String clientId) Set the clientId property: The client ID of the user assigned identity.UserAssignedIdentity.withObjectId(String objectId) Set the objectId property: The object ID of the user assigned identity.UserAssignedIdentity.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 UserAssignedIdentityModifier and TypeMethodDescriptionManagedClusterPodIdentity.withIdentity(UserAssignedIdentity identity) Set the identity property: The user assigned identity details.