BatchPoolIdentity 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
BatchPoolIdentity() |
Initialise une nouvelle instance de la classe BatchPoolIdentity. |
BatchPoolIdentity(PoolIdentityType, IList<UserAssignedIdentity>) |
Initialise une nouvelle instance de la classe BatchPoolIdentity. |
BatchPoolIdentity()
- Source:
- BatchPoolIdentity.cs
Initialise une nouvelle instance de la classe BatchPoolIdentity.
public BatchPoolIdentity ();
Public Sub New ()
S’applique à
BatchPoolIdentity(PoolIdentityType, IList<UserAssignedIdentity>)
- Source:
- BatchPoolIdentity.cs
Initialise une nouvelle instance de la classe BatchPoolIdentity.
public BatchPoolIdentity (Microsoft.Azure.Batch.Protocol.Models.PoolIdentityType type, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.UserAssignedIdentity> userAssignedIdentities = default);
new Microsoft.Azure.Batch.Protocol.Models.BatchPoolIdentity : Microsoft.Azure.Batch.Protocol.Models.PoolIdentityType * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.UserAssignedIdentity> -> Microsoft.Azure.Batch.Protocol.Models.BatchPoolIdentity
Public Sub New (type As PoolIdentityType, Optional userAssignedIdentities As IList(Of UserAssignedIdentity) = Nothing)
Paramètres
- type
- PoolIdentityType
Identité du pool Batch, s’il est configuré.
- userAssignedIdentities
- IList<UserAssignedIdentity>
Liste des identités d’utilisateur associées au compte Batch.
S’applique à
Azure SDK for .NET