Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile
Packages that use ManagedClusterPodIdentityProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 ManagedClusterPodIdentityProfileModifier and TypeMethodDescriptionManagedClusterInner.podIdentityProfile()Get the podIdentityProfile property: The pod identity profile of the Managed Cluster.ManagedClusterProperties.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 ManagedClusterPodIdentityProfileModifier and TypeMethodDescriptionManagedClusterInner.withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile) Set the podIdentityProfile property: The pod identity profile of the Managed Cluster.ManagedClusterProperties.withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile) Set the podIdentityProfile property: The pod identity profile of the Managed Cluster. -
Uses of ManagedClusterPodIdentityProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterPodIdentityProfileModifier and TypeClassDescriptionfinal classThe pod identity profile of the Managed Cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterPodIdentityProfileModifier and TypeMethodDescriptionManagedClusterPodIdentityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterPodIdentityProfile from the JsonReader.ManagedClusterPodIdentityProfile.withAllowNetworkPluginKubenet(Boolean allowNetworkPluginKubenet) Set the allowNetworkPluginKubenet property: Whether pod identity is allowed to run on clusters with Kubenet networking.ManagedClusterPodIdentityProfile.withEnabled(Boolean enabled) Set the enabled property: Whether the pod identity addon is enabled.ManagedClusterPodIdentityProfile.withUserAssignedIdentities(List<ManagedClusterPodIdentity> userAssignedIdentities) Set the userAssignedIdentities property: The pod identities to use in the cluster.ManagedClusterPodIdentityProfile.withUserAssignedIdentityExceptions(List<ManagedClusterPodIdentityException> userAssignedIdentityExceptions) Set the userAssignedIdentityExceptions property: The pod identity exceptions to allow.