VirtualMachine.DefinitionStages.WithStorageAccount.withExistingStorageAccount(StorageAccount storageAccount) 方法
定义
Specifies an existing storage account to put the VM's OS and data disk VHD in.
An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.
public WithCreate withExistingStorageAccount(StorageAccount storageAccount)
参数
- storageAccount
- StorageAccount
an existing storage account
返回
the next stage of the definition