你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: