Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedServiceIdentityUserAssignedIdentitiesValue
Packages that use ManagedServiceIdentityUserAssignedIdentitiesValue
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedServiceIdentityUserAssignedIdentitiesValue in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedServiceIdentityUserAssignedIdentitiesValueModifier and TypeMethodDescriptionManagedServiceIdentityUserAssignedIdentitiesValue.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedServiceIdentityUserAssignedIdentitiesValue from the JsonReader.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedServiceIdentityUserAssignedIdentitiesValueModifier and TypeMethodDescriptionManagedClusterIdentity.userAssignedIdentities()Get the userAssignedIdentities property: The user identity associated with the managed cluster.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManagedServiceIdentityUserAssignedIdentitiesValueModifier and TypeMethodDescriptionManagedClusterIdentity.withUserAssignedIdentities(Map<String, ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities) Set the userAssignedIdentities property: The user identity associated with the managed cluster.