다음을 통해 공유


Snapshot.DefinitionStages.WithCreate Interface

Implements

public static interface Snapshot.DefinitionStages.WithCreate
extends Creatable<Snapshot>, DefinitionWithTags<WithCreate>, WithSize, WithSku, WithIncremental, WithCopyStart, WithPublicNetworkAccess

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
default Accepted<Snapshot> beginCreate()

Begins creating the snapshot resource.

default Accepted<Snapshot> beginCreate(Context context)

Begins creating the snapshot resource.

Method Details

beginCreate

public default Accepted<Snapshot> beginCreate()

Begins creating the snapshot resource.

Returns:

the accepted create operation

beginCreate

public default Accepted<Snapshot> beginCreate(Context context)

Begins creating the snapshot resource.

Parameters:

context - the Context of the request

Returns:

the accepted create operation

Applies to