BatchPoolIdentity 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 集區相關聯的使用者身分識別清單。