T - the type of the resource returned from the update.public interface Appliable<T> extends Indexable
| Modifier and Type | Method and Description |
|---|---|
T |
apply()
Execute the update request.
|
T |
apply(com.azure.core.util.Context context)
Execute the update request.
|
Mono<T> |
applyAsync()
Execute the update request asynchronously.
|
Mono<T> |
applyAsync(com.azure.core.util.Context context)
Execute the update request asynchronously.
|
T apply()
Mono<T> applyAsync()
T apply(com.azure.core.util.Context context)
context - the Context of the requestCopyright © 2021 Microsoft Corporation. All rights reserved.