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