次の方法で共有


IWithStorageAccount.WithStorageAccount(IStorageAccount) メソッド

定義

ストレージ アカウントを指定します。

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize WithStorageAccount(Microsoft.Azure.Management.Storage.Fluent.IStorageAccount account);
abstract member WithStorageAccount : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function WithStorageAccount (account As IStorageAccount) As IWithCreateAndSize

パラメーター

account
IStorageAccount

ストレージ アカウント。

戻り値

定義の次のステージ。

適用対象