共用方式為


ManagedClusterPodIdentityProfile Constructors

Definition

Overloads

ManagedClusterPodIdentityProfile()

Initializes a new instance of the ManagedClusterPodIdentityProfile class.

ManagedClusterPodIdentityProfile(Nullable<Boolean>, IList<ManagedClusterPodIdentity>, IList<ManagedClusterPodIdentityException>)

Initializes a new instance of the ManagedClusterPodIdentityProfile class.

ManagedClusterPodIdentityProfile()

Initializes a new instance of the ManagedClusterPodIdentityProfile class.

public ManagedClusterPodIdentityProfile ();
Public Sub New ()

Applies to

ManagedClusterPodIdentityProfile(Nullable<Boolean>, IList<ManagedClusterPodIdentity>, IList<ManagedClusterPodIdentityException>)

Initializes a new instance of the ManagedClusterPodIdentityProfile class.

public ManagedClusterPodIdentityProfile (bool? enabled = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentity> userAssignedIdentities = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentityException> userAssignedIdentityExceptions = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentityProfile : Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentity> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentityException> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPodIdentityProfile
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional userAssignedIdentities As IList(Of ManagedClusterPodIdentity) = Nothing, Optional userAssignedIdentityExceptions As IList(Of ManagedClusterPodIdentityException) = Nothing)

Parameters

enabled
Nullable<Boolean>

Whether the pod identity addon is enabled.

userAssignedIdentities
IList<ManagedClusterPodIdentity>

User assigned pod identity settings.

userAssignedIdentityExceptions
IList<ManagedClusterPodIdentityException>

User assigned pod identity exception settings.

Applies to