你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Deployment.DefinitionStages.WithCreate Interface

Implements

public static interface Deployment.DefinitionStages.WithCreate
extends Creatable<Deployment>

A deployment definition with sufficient inputs to create a new deployment in the cloud, but exposing additional optional inputs to specify.

Method Summary

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

Begins creating the deployment resource.

abstract Accepted<Deployment> beginCreate(Context context)

Begins creating the deployment resource.

abstract Mono<Deployment> beginCreateAsync()

Begins creating the deployment resource.

Method Details

beginCreate

public abstract Accepted<Deployment> beginCreate()

Begins creating the deployment resource.

Returns:

the accepted create operation

beginCreate

public abstract Accepted<Deployment> beginCreate(Context context)

Begins creating the deployment resource.

Parameters:

context - the Context of the request

Returns:

the accepted create operation

beginCreateAsync

public abstract Mono<Deployment> beginCreateAsync()

Begins creating the deployment resource.

Returns:

the publisher of the accepted create operation

Applies to