Interface Deployment.DefinitionStages.WithCreate
- All Superinterfaces:
Creatable<Deployment>
,HasName
,Indexable
- All Known Subinterfaces:
Deployment.Definition
- Enclosing interface:
- Deployment.DefinitionStages
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 TypeMethodDescriptionBegin executing the create request.beginCreate
(Context context) Begin executing the create request.rx.Observable<Deployment>
Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.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.Execute the create request.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.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
Method Details
-
beginCreate
Deployment beginCreate()Begin executing the create request.- Returns:
- the resource in creating
-
beginCreateAsync
rx.Observable<Deployment> beginCreateAsync()Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.- Returns:
- an observable of the request
-
beginCreate
Begin executing the create request.- Parameters:
context
- the context for the request- Returns:
- the resource in creating
-
beginCreateAsync
Puts the request into the queue and allow the HTTP client to begin execute it when system resources are available.- Parameters:
context
- the context for the request- Returns:
- an observable of the request
-
create
Execute the create request.- Parameters:
context
- the context for the request- Returns:
- the create resource
-
createAsync
Puts the request into the queue and allow the HTTP client to execute it when system resources are available.- Parameters:
context
- the context for the request- Returns:
- an observable of the request
-