VirtualMachineUnmanagedDataDisk.DefinitionWithImage<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface DefinitionWithImage extends VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings,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.WithFromImageDiskSettings<ParentT>.storeAt(String storageAccountName, String containerName, String vhdName)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>.withCaching(CachingTypes cachingType)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>.withExistingVhd(String storageAccountName, String containerName, String vhdName)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>.withNewVhd(int sizeInGB)
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>.withSizeInGB(Integer sizeInGB)
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java