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.
|
Mono<T> |
applyAsync()
Execute the update request asynchronously.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.