VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.Blank<ParentT> 接口
定义
The first stage of a data disk definition.
public interface Blank<ParentT> extends VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource<ParentT>
类型参数
- ParentT
the stage of the parent update to return to after attaching this definition
继承成员
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource<ParentT>.withExistingVhd(String storageAccountName, String containerName, String vhdName)
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource<ParentT>.withNewVhd(int sizeInGB)