ApplicationGatewayWafDynamicManifestsOperationsExtensions.GetAsync 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>> GetAsync (this Microsoft.Azure.Management.Network.IApplicationGatewayWafDynamicManifestsOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : 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 GetAsync (operations As IApplicationGatewayWafDynamicManifestsOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationGatewayWafDynamicManifestResult))

Parameters

operations
IApplicationGatewayWafDynamicManifestsOperations

The operations group for this extension method.

location
String

The region where the nrp are located at.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to