Creatable<T> Interface
Type Parameters
- T
the fluent type of the resource to be created
Implements
public interface Creatable
extends Indexable, HasName
The final stage of the resource definition, at which it can be created using create().
Modifier and Type | Method and Description |
---|---|
abstract T |
create()
Execute the create request. |
abstract rx.Observable<Indexable> |
create Puts the request into the queue and allow the HTTP client to execute it when system resources are available. |
abstract com.microsoft.rest.ServiceFuture<T> |
create Puts the request into the queue and allow the HTTP client to execute it when system resources are available. |
create
public abstract T create()
Execute the create request.
Returns:
createAsync
public abstract Observable
Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
Returns:
createAsync
public abstract ServiceFuture
Puts the request into the queue and allow the HTTP client to execute it when system resources are available.
Parameters:
Returns: