VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource<ParentT>.withExistingVhd(String storageAccountName, String containerName, String vhdName) 方法
定义
Specifies the existing source VHD of the disk.
public WithVhdAttachedDiskSettings<ParentT> withExistingVhd(String storageAccountName, String containerName, String vhdName)
参数
- storageAccountName
- String
the storage account name
- containerName
- String
the name of the container holding VHD file
- vhdName
- String
the name of the VHD file to attach
返回
the next stage of data disk definition