IWithFromImageDiskSettings<ParentT>.WithSizeInGB(Int32) Method

Definition

Specifies the size in GB the unmanaged disk needs to be resized.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetUnmanagedDataDisk.Definition.IWithFromImageDiskSettings<ParentT> WithSizeInGB (int sizeInGB);
abstract member WithSizeInGB : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetUnmanagedDataDisk.Definition.IWithFromImageDiskSettings<'ParentT>
Public Function WithSizeInGB (sizeInGB As Integer) As IWithFromImageDiskSettings(Of ParentT)

Parameters

sizeInGB
Int32

The disk size in GB.

Returns

Applies to