共用方式為


BatchPoolIdentity 建構函式

定義

多載

BatchPoolIdentity()

初始化 BatchPoolIdentity 類別的新實例。

BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)

初始化 BatchPoolIdentity 類別的新實例。

BatchPoolIdentity()

初始化 BatchPoolIdentity 類別的新實例。

public BatchPoolIdentity ();
Public Sub New ()

適用於

BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)

初始化 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)

參數

type
PoolIdentityType

用於 Batch 集區的身分識別類型。 可能的值包括:'UserAssigned'、'None'

userAssignedIdentities
IDictionary<String,UserAssignedIdentities>

與 Batch 集區相關聯的使用者身分識別清單。

適用於