Udostępnij przez


Disk.DefinitionStages.WithCreate Interface

Implements

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

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.

default Accepted<Disk> beginCreate(Context context)

Begins creating the disk resource.

Method Details

beginCreate

public abstract Accepted<Disk> beginCreate()

Begins creating the disk resource.

Returns:

the accepted create operation

beginCreate

public default Accepted<Disk> beginCreate(Context context)

Begins creating the disk resource.

Parameters:

context - the Context of the request

Returns:

the accepted create operation

Applies to