Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentity
-
Packages that use ManagedClusterPodIdentity Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterPodIdentity in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPodIdentity Modifier and Type Method Description ManagedClusterPodIdentityManagedClusterPodIdentity. withBindingSelector(String bindingSelector)Set the bindingSelector property: The binding selector to use for the AzureIdentityBinding resource.ManagedClusterPodIdentityManagedClusterPodIdentity. withIdentity(UserAssignedIdentity identity)Set the identity property: The user assigned identity details.ManagedClusterPodIdentityManagedClusterPodIdentity. withName(String name)Set the name property: The name of the pod identity.ManagedClusterPodIdentityManagedClusterPodIdentity. 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 ManagedClusterPodIdentity Modifier and Type Method Description List<ManagedClusterPodIdentity>ManagedClusterPodIdentityProfile. 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 ManagedClusterPodIdentity Modifier and Type Method Description ManagedClusterPodIdentityProfileManagedClusterPodIdentityProfile. withUserAssignedIdentities(List<ManagedClusterPodIdentity> userAssignedIdentities)Set the userAssignedIdentities property: The pod identities to use in the cluster.
-