VirtualMachineUnmanagedDataDisk.DefinitionWithNewVhd<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface DefinitionWithNewVhd extends VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithAttach
The entirety of a unmanaged data disk of a virtual machine scale set definition.
Inherited Members
Attachable.InDefinition<ParentT>.attach()
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>.fromImage(int imageLun)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT>.storeAt(String storageAccountName, String containerName, String vhdName)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT>.withCaching(CachingTypes cachingType)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>.withExistingVhd(String storageAccountName, String containerName, String vhdName)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT>.withLun(Integer lun)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>.withNewVhd(int sizeInGB)
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java