Freigeben über


ManagedClusterPodIdentityProfile Konstruktoren

Definition

Überlädt

ManagedClusterPodIdentityProfile()

Initialisiert eine neue instance der ManagedClusterPodIdentityProfile-Klasse.

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

Initialisiert eine neue instance der ManagedClusterPodIdentityProfile-Klasse.

ManagedClusterPodIdentityProfile()

Initialisiert eine neue instance der ManagedClusterPodIdentityProfile-Klasse.

public ManagedClusterPodIdentityProfile ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ManagedClusterPodIdentityProfile-Klasse.

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)

Parameter

enabled
Nullable<Boolean>

Gibt an, ob das Podidentitäts-Addon aktiviert ist.

userAssignedIdentities
IList<ManagedClusterPodIdentity>

Benutzerseitig zugewiesene Podidentitätseinstellungen.

userAssignedIdentityExceptions
IList<ManagedClusterPodIdentityException>

Vom Benutzer zugewiesene Podidentitäts-Ausnahmeeinstellungen.

Gilt für: