次の方法で共有


BatchAccountAutoStorageBaseConfiguration(ResourceIdentifier) コンストラクター

定義

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

public BatchAccountAutoStorageBaseConfiguration (Azure.Core.ResourceIdentifier storageAccountId);
new Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageBaseConfiguration : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageBaseConfiguration
Public Sub New (storageAccountId As ResourceIdentifier)

パラメーター

storageAccountId
ResourceIdentifier

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

例外

storageAccountId が null です。

適用対象