CdnExtensions.GetCdnWebApplicationFirewallPolicy Method

Definition

Retrieve protection policy with specified name within a resource group. <item> Mocking. To mock this method, please mock GetCdnWebApplicationFirewallPolicy(String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.Cdn.CdnWebApplicationFirewallPolicyResource> GetCdnWebApplicationFirewallPolicy(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string policyName, System.Threading.CancellationToken cancellationToken = default);
static member GetCdnWebApplicationFirewallPolicy : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Cdn.CdnWebApplicationFirewallPolicyResource>
<Extension()>
Public Function GetCdnWebApplicationFirewallPolicy (resourceGroupResource As ResourceGroupResource, policyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CdnWebApplicationFirewallPolicyResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

policyName
String

The name of the CdnWebApplicationFirewallPolicy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

policyName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to