Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterIdentity
Packages that use ManagedClusterIdentity
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 ManagedClusterIdentityModifier and TypeMethodDescriptionManagedClusterInner.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 ManagedClusterIdentityModifier and TypeMethodDescriptionManagedClusterInner.withIdentity(ManagedClusterIdentity identity) Set the identity property: The identity of the managed cluster, if configured. -
Uses of ManagedClusterIdentity in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterIdentityModifier and TypeClassDescriptionfinal classIdentity for the managed cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterIdentityModifier and TypeMethodDescriptionstatic ManagedClusterIdentityManagedClusterIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterIdentity from the JsonReader.ManagedClusterIdentity.withDelegatedResources(Map<String, DelegatedResource> delegatedResources) Set the delegatedResources property: The delegated identity resources assigned to this managed cluster.ManagedClusterIdentity.withType(ResourceIdentityType type) Set the type property: The type of identity used for the managed cluster.ManagedClusterIdentity.withUserAssignedIdentities(Map<String, ManagedServiceIdentityUserAssignedIdentitiesValue> userAssignedIdentities) Set the userAssignedIdentities property: The user identity associated with the managed cluster.