次の方法で共有


AutoStorageBaseProperties クラス

自動ストレージ アカウントに関連するプロパティ。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.batch._serialization.Model
AutoStorageBaseProperties

コンストラクター

AutoStorageBaseProperties(*, storage_account_id: str, authentication_mode: str | _models.AutoStorageAuthenticationMode = 'StorageKeys', node_identity_reference: _models.ComputeNodeIdentityReference | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
storage_account_id
str

自動ストレージ アカウントに使用するストレージ アカウントのリソース ID。 必須。

authentication_mode

Batch サービスが自動ストレージ アカウントの管理に使用する認証モード。 既知の値は、"StorageKeys" と "BatchAccountManagedIdentity" です。

既定値: StorageKeys
node_identity_reference

ここで参照される ID は、自動ストレージへのアクセスを必要とするコンピューティング ノードを持つプールに割り当てる必要があります。

変数

名前 説明
storage_account_id
str

自動ストレージ アカウントに使用するストレージ アカウントのリソース ID。 必須。

authentication_mode

Batch サービスが自動ストレージ アカウントの管理に使用する認証モード。 既知の値は、"StorageKeys" と "BatchAccountManagedIdentity" です。

node_identity_reference

ここで参照される ID は、自動ストレージへのアクセスを必要とするコンピューティング ノードを持つプールに割り当てる必要があります。