| Interface | Description |
|---|---|
| Page<T> |
Represents a paginated REST response from the service.
|
| PagedResponse<T> |
Response of a REST API that returns page.
|
| Response<T> |
REST response with a strongly-typed content specified.
|
| Class | Description |
|---|---|
| ResponseBase<H,T> |
The response of a REST request.
|
| SimpleResponse<T> |
REST response with a strongly-typed content specified.
|
| StreamResponse |
REST response with a streaming content.
|
| VoidResponse |
REST response containing only a status code and raw headers.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.