| 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 |
|---|---|
static <E,V> ServiceFuture<List<E>> |
AzureServiceFuture.fromHeaderPageResponse(rx.Observable<ServiceResponseWithHeaders<Page<E>,V>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponseWithHeaders<Page<E>,V>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation that returns a header response.
|
static <E> ServiceFuture<List<E>> |
AzureServiceFuture.fromPageResponse(rx.Observable<ServiceResponse<Page<E>>> first,
rx.functions.Func1<String,rx.Observable<ServiceResponse<Page<E>>>> next,
ListOperationCallback<E> callback)
Creates a ServiceCall from a paging operation.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/