| Modifier and Type | Method and Description |
|---|---|
T |
execute()
Execute the request.
|
rx.Observable<T> |
executeAsync()
Execute the request asynchronously.
|
com.microsoft.rest.ServiceFuture<T> |
executeAsync(com.microsoft.rest.ServiceCallback<T> callback)
Execute the request asynchronously.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/