VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithFromImageDiskSettings extends VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithAttach
The stage that allows configure the unmanaged disk based on an image.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withCaching(CachingTypes cachingType)
Specifies the caching type for the unmanaged data disk. |
Virtual |
withSizeInGB(Integer sizeInGB)
Specifies the size in GB the unmanaged disk needs to be resized. |
Inherited Members
Method Details
withCaching
public WithFromImageDiskSettings
Specifies the caching type for the unmanaged data disk.
Parameters:
Returns:
withSizeInGB
public WithFromImageDiskSettings
Specifies the size in GB the unmanaged disk needs to be resized.
Parameters:
Returns:
Applies to
Azure SDK for Java