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: See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration.ManagedClusterProperties.podIdentityProfile()Get the podIdentityProfile property: See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterPodIdentityProfileModifier and TypeMethodDescriptionManagedClusterInner.withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile) Set the podIdentityProfile property: See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration.ManagedClusterProperties.withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile) Set the podIdentityProfile property: See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration. -
Uses of ManagedClusterPodIdentityProfile in com.azure.resourcemanager.containerservice.models
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: Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing.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.