Interface VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithAttach<ParentT>
- All Known Subinterfaces:
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionWithImage<ParentT>
- Enclosing interface:
- VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages
public static interface VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> extends VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithAttach<ParentT>
The stage that allows configure the unmanaged disk based on an image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>withCaching(CachingTypes cachingType)Specifies the caching type for the unmanaged data disk.VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>withSizeInGB(Integer sizeInGB)Specifies the size in GB the unmanaged disk needs to be resized.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
-
-
-
Method Detail
-
withSizeInGB
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> withSizeInGB(Integer sizeInGB)
Specifies the size in GB the unmanaged disk needs to be resized.- Parameters:
sizeInGB- the disk size in GB- Returns:
- the next stage of unmanaged data disk definition
-
withCaching
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> withCaching(CachingTypes cachingType)
Specifies the caching type for the unmanaged data disk.- Parameters:
cachingType- the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'- Returns:
- the next stage of unmanaged data disk definition
-
-