次の方法で共有


VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskSize Interface

public interface WithDiskSize

The stage of the unmanaged data disk update allowing to set the disk size.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSetUnmanagedDataDisk.Update withSizeInGB(Integer sizeInGB)

Specifies the new size in GB for data disk.

Method Details

withSizeInGB

public Update withSizeInGB(Integer sizeInGB)

Specifies the new size in GB for data disk.

Parameters:

sizeInGB - the disk size in GB

Returns:

the next stage of unmanaged data disk update

Applies to