ManagedClusterPodIdentityProfile Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ManagedClusterPodIdentityProfile() |
Initialise une nouvelle instance de la classe ManagedClusterPodIdentityProfile. |
ManagedClusterPodIdentityProfile(Nullable<Boolean>, IList<ManagedClusterPodIdentity>, IList<ManagedClusterPodIdentityException>) |
Initialise une nouvelle instance de la classe ManagedClusterPodIdentityProfile. |
ManagedClusterPodIdentityProfile()
Initialise une nouvelle instance de la classe ManagedClusterPodIdentityProfile.
public ManagedClusterPodIdentityProfile ();
Public Sub New ()
S’applique à
ManagedClusterPodIdentityProfile(Nullable<Boolean>, IList<ManagedClusterPodIdentity>, IList<ManagedClusterPodIdentityException>)
Initialise une nouvelle instance de la classe ManagedClusterPodIdentityProfile.
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)
Paramètres
- userAssignedIdentities
- IList<ManagedClusterPodIdentity>
Paramètres d’identité de pod affecté par l’utilisateur.
- userAssignedIdentityExceptions
- IList<ManagedClusterPodIdentityException>
Paramètres d’exception d’identité de pod affectée par l’utilisateur.
S’applique à
Azure SDK for .NET