VirtualMachineUnmanagedDataDisk.DefinitionWithExistingVhd<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface DefinitionWithExistingVhd extends VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings,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.WithVhdAttachedDiskSettings<ParentT>.withCaching(CachingTypes cachingType)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>.withExistingVhd(String storageAccountName, String containerName, String vhdName)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings<ParentT>.withLun(Integer lun)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>.withNewVhd(int sizeInGB)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings<ParentT>.withSizeInGB(Integer sizeInGB)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java