public static interface Deployment.DefinitionStages.WithCreate extends Creatable<Deployment>
| Modifier and Type | Method and Description |
|---|---|
Deployment |
beginCreate()
Begin executing the create request.
|
Deployment |
beginCreate(Context context)
Begin executing the create request.
|
rx.Observable<Deployment> |
beginCreateAsync()
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.
|
Deployment |
create(Context context)
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.
|
create, createAsync, createAsyncDeployment beginCreate()
rx.Observable<Deployment> beginCreateAsync()
Deployment beginCreate(Context context)
context - the context for the requestrx.Observable<Deployment> beginCreateAsync(Context context)
context - the context for the requestDeployment create(Context context)
context - the context for the request/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/