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.
|
rx.Observable<T> |
applyTagsAsync()
Execute the update request asynchronously.
|
com.microsoft.rest.ServiceFuture<T> |
applyTagsAsync(com.microsoft.rest.ServiceCallback<T> callback)
Execute the update request asynchronously.
|
withoutTag, withTag, withTags/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/