T - the fluent type of the resource to be createdpublic interface Creatable<T> extends Indexable, HasName
| Modifier and Type | Method and Description |
|---|---|
T |
create()
Execute the create request.
|
rx.Observable<Indexable> |
createAsync()
Puts the request into the queue and allow the HTTP client to execute
it when system resources are available.
|
com.microsoft.rest.ServiceFuture<T> |
createAsync(com.microsoft.rest.ServiceCallback<T> callback)
Puts the request into the queue and allow the HTTP client to execute
it when system resources are available.
|
T create()
com.microsoft.rest.ServiceFuture<T> createAsync(com.microsoft.rest.ServiceCallback<T> callback)
callback - the callback to handle success and failurerx.Observable<Indexable> createAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/