次の方法で共有


IWithStorageAccount.WithStorageAccountId(String) メソッド

定義

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

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize WithStorageAccountId (string storageAccountId);
abstract member WithStorageAccountId : string -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function WithStorageAccountId (storageAccountId As String) As IWithCreateAndSize

パラメーター

storageAccountId
String

ストレージ アカウント ID。

戻り値

定義の次のステージ。

適用対象