Udostępnij przez


PSHttpResponseExtensions Class

Definition

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.

Applies to