PSHttpResponseExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class PSHttpResponseExtensions
type PSHttpResponseExtensions = class
Public Module PSHttpResponseExtensions
- Inheritance
-
PSHttpResponseExtensions
Fields
| Name | Description |
|---|---|
| DefaultNextLinkName | |
| DefaultPageableItemName | |
Methods
| Name | Description |
|---|---|
| PaginateAsync(AzureOperationResponse<String>, IAzureRestClient, String, String, String, Int32) |
Fetch all data from a paginated AzureOperationResponse by following each nextLink until reaching the max limit, and combine the results into one PSHttpResponse. |