Dela via


BatchPoolIdentity Konstruktorer

Definition

Överlagringar

BatchPoolIdentity()

Initierar en ny instans av klassen BatchPoolIdentity.

BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)

Initierar en ny instans av klassen BatchPoolIdentity.

BatchPoolIdentity()

Initierar en ny instans av klassen BatchPoolIdentity.

public BatchPoolIdentity();
Public Sub New ()

Gäller för

BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)

Initierar en ny instans av klassen 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)

Parametrar

type
PoolIdentityType

Den typ av identitet som används för Batch-poolen. Möjliga värden är: 'UserAssigned', 'None'

userAssignedIdentities
IDictionary<String,UserAssignedIdentities>

Listan över användaridentiteter som är associerade med Batch-poolen.

Gäller för