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.
|
Mono<T> |
createAsync()
Puts the request into the queue and allow the HTTP client to execute
it when system resources are available.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.