Compartir vía


Disk.UpdateStages.WithSize Interface

public interface WithSize

The stage of the managed disk definition allowing to specify new size.

Method Summary

Modifier and Type Method and Description
Disk.Update withSizeInGB(int sizeInGB)

Specifies the disk size.

Method Details

withSizeInGB

public Update withSizeInGB(int sizeInGB)

Specifies the disk size.

Parameters:

sizeInGB - the disk size in GB

Returns:

the next stage of the update

Applies to