BatchAccountIdentity クラス

定義

Batch アカウントの ID (構成されている場合)。 これは、ユーザーが Batch アカウント暗号化構成として "Microsoft.KeyVault" を指定する場合、または自動ストレージ認証モードとして選択されている場合 ManagedIdentity に使用されます。

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

コンストラクター

BatchAccountIdentity()

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

BatchAccountIdentity(ResourceIdentityType, IDictionary<String,BatchAccountIdentityUserAssignedIdentitiesValue>)
古い.

Batch アカウントの ID (構成されている場合)。 これは、ユーザーが Batch アカウント暗号化構成として "Microsoft.KeyVault" を指定する場合、または自動ストレージ認証モードとして選択されている場合 ManagedIdentity に使用されます。

BatchAccountIdentity(ResourceIdentityType, IDictionary<String,UserAssignedIdentities>)

Batch アカウントの ID (構成されている場合)。 これは、ユーザーが Batch アカウント暗号化構成として "Microsoft.KeyVault" を指定する場合、または自動ストレージ認証モードとして選択されている場合 ManagedIdentity に使用されます。

BatchAccountIdentity(ResourceIdentityType, String, String, IDictionary<String,UserAssignedIdentities>)

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

プロパティ

PrincipalId

Batch アカウントのプリンシパル ID を取得します。 このプロパティは、システム割り当て ID に対してのみ提供されます。

TenantId

Batch アカウントに関連付けられているテナント ID を取得します。 このプロパティは、システム割り当て ID に対してのみ提供されます。

Type

Batch アカウントに使用される ID の種類を取得または設定します。 使用可能な値は、'SystemAssigned'、'UserAssigned'、'None' です。

UserAssignedIdentities

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

メソッド

Validate()

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

適用対象