Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentity
Packages that use ManagedClusterPodIdentity
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterPodIdentity in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterPodIdentityModifier and TypeClassDescriptionfinal classDetails about the pod identity assigned to the Managed Cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPodIdentityModifier and TypeMethodDescriptionstatic ManagedClusterPodIdentityManagedClusterPodIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterPodIdentity from the JsonReader.ManagedClusterPodIdentity.withBindingSelector(String bindingSelector) Set the bindingSelector property: The binding selector to use for the AzureIdentityBinding resource.ManagedClusterPodIdentity.withIdentity(UserAssignedIdentity identity) Set the identity property: The user assigned identity details.Set the name property: The name of the pod identity.ManagedClusterPodIdentity.withNamespace(String namespace) Set the namespace property: The namespace of the pod identity.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedClusterPodIdentityModifier and TypeMethodDescriptionManagedClusterPodIdentityProfile.userAssignedIdentities()Get the userAssignedIdentities property: The pod identities to use in the cluster.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManagedClusterPodIdentityModifier and TypeMethodDescriptionManagedClusterPodIdentityProfile.withUserAssignedIdentities(List<ManagedClusterPodIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The pod identities to use in the cluster.