T - the type of the resource returned from the update.public interface AppliableWithTags<T> extends UpdatableWithTags.UpdateWithTags<T>
| Modifier and Type | Method and Description |
|---|---|
T |
applyTags()
Execute the update request.
|
Mono<T> |
applyTagsAsync()
Execute the update request asynchronously.
|
withoutTag, withTag, withTagsCopyright © 2020 Microsoft Corporation. All rights reserved.