次の方法で共有


BatchPoolIdentity クラス

定義

Batch プールの ID (構成されている場合)。 既存のプールの更新中にプール ID が更新された場合、プールが 0 に縮小された後に作成された新しい VM のみが更新された ID を持ちます

public class BatchPoolIdentity
type BatchPoolIdentity = class
Public Class BatchPoolIdentity
継承
BatchPoolIdentity

コンストラクター

BatchPoolIdentity()

BatchPoolIdentity クラスの新しいインスタンスを初期化します。

BatchPoolIdentity(PoolIdentityType, IDictionary<String,UserAssignedIdentities>)

BatchPoolIdentity クラスの新しいインスタンスを初期化します。

プロパティ

Type

Batch プールに使用される ID の種類を取得または設定します。 使用可能な値は、'UserAssigned'、'None' です。

UserAssignedIdentities

Batch プールに関連付けられているユーザー ID の一覧を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象