次の方法で共有


BatchAccountAutoStorageConfiguration コンストラクター

定義

BatchAccountAutoStorageConfiguration の新しいインスタンスを初期化します。

public BatchAccountAutoStorageConfiguration (Azure.Core.ResourceIdentifier storageAccountId, DateTimeOffset lastKeySyncedOn);
new Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageConfiguration : Azure.Core.ResourceIdentifier * DateTimeOffset -> Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageConfiguration
Public Sub New (storageAccountId As ResourceIdentifier, lastKeySyncedOn As DateTimeOffset)

パラメーター

storageAccountId
ResourceIdentifier

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

lastKeySyncedOn
DateTimeOffset

ストレージ キーが Batch アカウントと最後に同期された UTC 時刻。

例外

storageAccountId が null です。

適用対象