Interface VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
All Superinterfaces:
Attachable.InDefinition<ParentT>, VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithDiskSettings<ParentT>
All Known Subinterfaces:
VirtualMachineCustomImage.CustomImageDataDisk.Definition<ParentT>
Enclosing interface:
VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages

public static interface VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithDiskSettings<ParentT>
The final stage of the data disk image definition.

At this stage, any remaining optional settings can be specified, or the data disk definition can be attached to the parent image definition.