Delen via


BatchPoolIdentity Constructors

Definitie

Overloads

BatchPoolIdentity()

Initialiseert een nieuw exemplaar van de klasse BatchPoolIdentity.

BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)

Initialiseert een nieuw exemplaar van de klasse BatchPoolIdentity.

BatchPoolIdentity()

Initialiseert een nieuw exemplaar van de klasse BatchPoolIdentity.

public BatchPoolIdentity ();
Public Sub New ()

Van toepassing op

BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)

Initialiseert een nieuw exemplaar van de klasse BatchPoolIdentity.

public BatchPoolIdentity (Microsoft.Azure.Management.Batch.Models.PoolIdentityType type, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities> userAssignedIdentities = default);
new Microsoft.Azure.Management.Batch.Models.BatchPoolIdentity : Microsoft.Azure.Management.Batch.Models.PoolIdentityType * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Batch.Models.UserAssignedIdentities> -> Microsoft.Azure.Management.Batch.Models.BatchPoolIdentity
Public Sub New (type As PoolIdentityType, Optional userAssignedIdentities As IDictionary(Of String, UserAssignedIdentities) = Nothing)

Parameters

type
PoolIdentityType

Het type identiteit dat wordt gebruikt voor de Batch-pool. Mogelijke waarden zijn: 'UserAssigned', 'None'

userAssignedIdentities
IDictionary<String,UserAssignedIdentities>

De lijst met gebruikersidentiteiten die zijn gekoppeld aan de Batch-pool.

Van toepassing op