Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAddonProfileIdentity
Packages that use ManagedClusterAddonProfileIdentity
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterAddonProfileIdentity in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAddonProfileIdentityModifier and TypeMethodDescriptionManagedClusterAddonProfileIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterAddonProfileIdentity from the JsonReader.ManagedClusterAddonProfile.identity()Get the identity property: Information of user assigned identity used by this add-on.ManagedClusterAddonProfileIdentity.withClientId(String clientId) Set the clientId property: The client ID of the user assigned identity.ManagedClusterAddonProfileIdentity.withObjectId(String objectId) Set the objectId property: The object ID of the user assigned identity.ManagedClusterAddonProfileIdentity.withResourceId(String resourceId) Set the resourceId property: The resource ID of the user assigned identity.