你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IManagedClusterPodIdentityProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterPodIdentityProfileTypeConverter))]
public interface IManagedClusterPodIdentityProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterPodIdentityProfileTypeConverter))>]
type IManagedClusterPodIdentityProfile = interface
    interface IJsonSerializable
Public Interface IManagedClusterPodIdentityProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AllowNetworkPluginKubenet

Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See using Kubenet network plugin with AAD Pod Identity for more information.

Enabled

Whether the pod identity addon is enabled.

UserAssignedIdentity

The pod identities to use in the cluster.

UserAssignedIdentityException

The pod identity exceptions to allow.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to