Interface VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages
-
- Enclosing interface:
- VirtualMachineScaleSetUnmanagedDataDisk
public static interface VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStagesGrouping of unmanaged data disk definition stages applicable as part of a virtual machine scale set creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.Blank<ParentT>The first stage of a unmanaged data disk definition.static interfaceVirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithAttach<ParentT>The final stage of the unmanaged data disk definition.static interfaceVirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>The stage of the unmanaged data disk definition allowing to choose the source.static interfaceVirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>The stage that allows configure the unmanaged disk based on an image.static interfaceVirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT>The stage that allows configure the unmanaged disk based on new VHD.
-