Share via


WebApplicationFirewallPoliciesOperationsExtensions.GetAsync Method

Definition

Retrieve protection policy with specified name within a resource group.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallPolicyInner> GetAsync (this Microsoft.Azure.Management.Network.Fluent.IWebApplicationFirewallPoliciesOperations operations, string resourceGroupName, string policyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.Fluent.IWebApplicationFirewallPoliciesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.WebApplicationFirewallPolicyInner>
<Extension()>
Public Function GetAsync (operations As IWebApplicationFirewallPoliciesOperations, resourceGroupName As String, policyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WebApplicationFirewallPolicyInner)

Parameters

operations
IWebApplicationFirewallPoliciesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

policyName
String

The name of the policy.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to