Interface VirtualMachineUnmanagedDataDisk.DefinitionWithExistingVhd<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank<ParentT>,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithAttach<ParentT>,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>,VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings<ParentT>
- Enclosing interface:
- VirtualMachineUnmanagedDataDisk
public static interface VirtualMachineUnmanagedDataDisk.DefinitionWithExistingVhd<ParentT> extends VirtualMachineUnmanagedDataDisk.DefinitionStages.Blank<ParentT>, VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>, VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings<ParentT>, VirtualMachineUnmanagedDataDisk.DefinitionStages.WithAttach<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.compute.models.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource
fromImage, withExistingVhd, withNewVhd
-
Methods inherited from interface com.azure.resourcemanager.compute.models.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings
withCaching, withLun, withSizeInGB
-
-