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 Deployment |
beginCreate()
Begin executing the create request. |
abstract Deployment |
beginCreate(Context context)
Begin executing the create request. |
abstract rx.Observable<Deployment> |
beginCreateAsync()
Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available. |
abstract rx.Observable<Deployment> |
beginCreateAsync(Context context)
Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available. |
abstract Deployment |
create(Context context)
Execute the create request. |
abstract rx.Observable<Indexable> |
createAsync(Context context)
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. |
Method Details
beginCreate
public abstract Deployment beginCreate()
Begin executing the create request.
Returns:
beginCreate
public abstract Deployment beginCreate(Context context)
Begin executing the create request.
Parameters:
Returns:
beginCreateAsync
public abstract Observable
Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.
Returns:
beginCreateAsync
public abstract Observable
Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.
Parameters:
Returns:
create
public abstract Deployment create(Context context)
Execute the create request.
Parameters:
Returns:
createAsync
public abstract Observable
Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
Parameters:
Returns:
Applies to
Azure SDK for Java