Disk.DefinitionStages.WithCreate Interface

Implements

public static interface Disk.DefinitionStages.WithCreate
extends Creatable<Disk>, DefinitionWithTags<WithCreate>, WithSku, WithAvailabilityZone, WithDiskEncryption, WithHibernationSupport, WithLogicalSectorSize, WithHyperVGeneration

The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
abstract Accepted<Disk> beginCreate()

Begins creating the disk resource.

Method Details

beginCreate

public abstract Accepted beginCreate()

Begins creating the disk resource.

Returns:

the accepted create operation

Applies to