다음을 통해 공유


BatchPoolIdentity 생성자

정의

오버로드

BatchPoolIdentity()

BatchPoolIdentity 클래스의 새 instance 초기화합니다.

BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)

BatchPoolIdentity 클래스의 새 instance 초기화합니다.

BatchPoolIdentity()

BatchPoolIdentity 클래스의 새 instance 초기화합니다.

public BatchPoolIdentity ();
Public Sub New ()

적용 대상

BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)

BatchPoolIdentity 클래스의 새 instance 초기화합니다.

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)

매개 변수

type
PoolIdentityType

Batch 풀에 사용되는 ID 유형입니다. 가능한 값은 'UserAssigned', 'None'입니다.

userAssignedIdentities
IDictionary<String,UserAssignedIdentities>

Batch 풀과 연결된 사용자 ID 목록입니다.

적용 대상