BatchPoolIdentity 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果已設定,Batch 集區的身分識別。 如果在更新現有集區期間更新集區身分識別,只有集區壓縮為 0 之後所建立的新 VM 才會有更新的身分識別
public class BatchPoolIdentity
type BatchPoolIdentity = class
Public Class BatchPoolIdentity
- 繼承
-
BatchPoolIdentity
建構函式
BatchPoolIdentity() |
初始化 BatchPoolIdentity 類別的新實例。 |
BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>) |
初始化 BatchPoolIdentity 類別的新實例。 |
屬性
Type |
取得或設定用於 Batch 集區的身分識別類型。 可能的值包括:'UserAssigned'、'None' |
UserAssignedIdentities |
取得或設定與 Batch 集區相關聯的使用者身分識別清單。 |
方法
Validate() |
驗證 物件。 |