FrontDoorExtensions.GetFrontDoorWebApplicationFirewallPolicies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of FrontDoorWebApplicationFirewallPolicyResources in the ResourceGroupResource. MockingTo mock this method, please mock GetFrontDoorWebApplicationFirewallPolicies() instead.
public static Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyCollection GetFrontDoorWebApplicationFirewallPolicies (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetFrontDoorWebApplicationFirewallPolicies : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.FrontDoor.FrontDoorWebApplicationFirewallPolicyCollection
<Extension()>
Public Function GetFrontDoorWebApplicationFirewallPolicies (resourceGroupResource As ResourceGroupResource) As FrontDoorWebApplicationFirewallPolicyCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of FrontDoorWebApplicationFirewallPolicyResources and their operations over a FrontDoorWebApplicationFirewallPolicyResource.
Exceptions
resourceGroupResource
is null.