Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile
-
Packages that use ManagedClusterPodIdentityProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterPodIdentityProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterPodIdentityProfile Modifier and Type Method Description ManagedClusterPodIdentityProfileManagedClusterInner. podIdentityProfile()Get the podIdentityProfile property: The pod identity profile of the Managed Cluster.ManagedClusterPodIdentityProfileManagedClusterProperties. podIdentityProfile()Get the podIdentityProfile property: The pod identity profile of the Managed Cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterPodIdentityProfile Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile)Set the podIdentityProfile property: The pod identity profile of the Managed Cluster.ManagedClusterPropertiesManagedClusterProperties. withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile)Set the podIdentityProfile property: The pod identity profile of the Managed Cluster. -
Uses of ManagedClusterPodIdentityProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPodIdentityProfile Modifier and Type Method Description ManagedClusterPodIdentityProfileManagedClusterPodIdentityProfile. withAllowNetworkPluginKubenet(Boolean allowNetworkPluginKubenet)Set the allowNetworkPluginKubenet property: Whether pod identity is allowed to run on clusters with Kubenet networking.ManagedClusterPodIdentityProfileManagedClusterPodIdentityProfile. withEnabled(Boolean enabled)Set the enabled property: Whether the pod identity addon is enabled.ManagedClusterPodIdentityProfileManagedClusterPodIdentityProfile. withUserAssignedIdentities(List<ManagedClusterPodIdentity> userAssignedIdentities)Set the userAssignedIdentities property: The pod identities to use in the cluster.ManagedClusterPodIdentityProfileManagedClusterPodIdentityProfile. withUserAssignedIdentityExceptions(List<ManagedClusterPodIdentityException> userAssignedIdentityExceptions)Set the userAssignedIdentityExceptions property: The pod identity exceptions to allow.
-