Condividi tramite


ApplicationGatewayWafDynamicManifestsOperationsExtensions.GetNextAsync Method

Definition

Gets the regional application gateway waf manifest.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ApplicationGatewayWafDynamicManifestResult>> GetNextAsync (this Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetNextAsync : Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ApplicationGatewayWafDynamicManifestResult>>
<Extension()>
Public Function GetNextAsync (operations As IApplicationGatewayWafDynamicManifestsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationGatewayWafDynamicManifestResult))

Parameters

operations
IApplicationGatewayWafDynamicManifestsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to