Sdílet prostřednictvím


ManagedClusterPodIdentityProfile Class

Definition

See use AAD pod identity for more details on pod identity integration.

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

Constructors

ManagedClusterPodIdentityProfile()

Creates an new ManagedClusterPodIdentityProfile instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterPodIdentityProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterPodIdentityProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterPodIdentityProfile.

FromJsonString(String)

Creates a new instance of ManagedClusterPodIdentityProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterPodIdentityProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to