Compartilhar via


PoliciesOperationsExtensions.Get(IPoliciesOperations, String, String) Method

Definition

Retrieve protection policy with specified name within a resource group.

public static Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy Get (this Microsoft.Azure.Management.FrontDoor.IPoliciesOperations operations, string resourceGroupName, string policyName);
static member Get : Microsoft.Azure.Management.FrontDoor.IPoliciesOperations * string * string -> Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy
<Extension()>
Public Function Get (operations As IPoliciesOperations, resourceGroupName As String, policyName As String) As WebApplicationFirewallPolicy

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 Web Application Firewall Policy.

Returns

Applies to