| Package | Description |
|---|---|
| com.microsoft.azure |
The package contains the runtime classes required for AutoRest generated
Azure clients to compile and function.
|
| Modifier and Type | Method and Description |
|---|---|
<T,THeader> |
AzureClient.getPostOrDeleteResultWithHeaders(rx.Observable<retrofit2.Response<okhttp3.ResponseBody>> observable,
Type resourceType,
Class<THeader> headerType)
Handles an initial response from a POST or DELETE operation response by polling
the status of the operation until the long running operation terminates.
|
<T,THeader> |
AzureClient.getPutOrPatchResultWithHeaders(rx.Observable<retrofit2.Response<okhttp3.ResponseBody>> observable,
Type resourceType,
Class<THeader> headerType)
Handles an initial response from a PUT or PATCH operation response by polling
the status of the operation until the long running operation terminates.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/