PoliciesOperationsExtensions.GetAsync Method

Definition

Retrieve protection policy with specified name within a resource group.

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

Parameters

operations
IPoliciesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

policyName
String

The name of the CdnWebApplicationFirewallPolicy.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to