次の方法で共有


IWithStorageAccount.WithExistingStorageAccount(IStorageAccount) メソッド

定義

スケール セット内の仮想マシンの OS とデータ ディスク VHD の既存のストレージ アカウントを指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithExistingStorageAccount (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);
abstract member WithExistingStorageAccount : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithExistingStorageAccount (storageAccount As IStorageAccount) As IWithCreate

パラメーター

storageAccount
IStorageAccount

既存のストレージ アカウント。

戻り値

適用対象