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.
|
T |
create(com.azure.core.util.Context context)
Execute the create request.
|
Mono<T> |
createAsync()
Puts the request into the queue and allow the HTTP client to execute
it when system resources are available.
|
Mono<T> |
createAsync(com.azure.core.util.Context context)
Puts the request into the queue and allow the HTTP client to execute
it when system resources are available.
|
T create()
Mono<T> createAsync()
T create(com.azure.core.util.Context context)
context - the Context of the requestVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.