Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityException
-
Packages that use ManagedClusterPodIdentityException Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterPodIdentityException in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPodIdentityException Modifier and Type Method Description ManagedClusterPodIdentityExceptionManagedClusterPodIdentityException. withName(String name)Set the name property: The name of the pod identity exception.ManagedClusterPodIdentityExceptionManagedClusterPodIdentityException. withNamespace(String namespace)Set the namespace property: The namespace of the pod identity exception.ManagedClusterPodIdentityExceptionManagedClusterPodIdentityException. withPodLabels(Map<String,String> podLabels)Set the podLabels property: The pod labels to match.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedClusterPodIdentityException Modifier and Type Method Description List<ManagedClusterPodIdentityException>ManagedClusterPodIdentityProfile. userAssignedIdentityExceptions()Get the userAssignedIdentityExceptions property: The pod identity exceptions to allow.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManagedClusterPodIdentityException Modifier and Type Method Description ManagedClusterPodIdentityProfileManagedClusterPodIdentityProfile. withUserAssignedIdentityExceptions(List<ManagedClusterPodIdentityException> userAssignedIdentityExceptions)Set the userAssignedIdentityExceptions property: The pod identity exceptions to allow.
-