Interface WebApplicationFirewallPolicy.DefinitionStages.WithResourceGroup
- All Known Subinterfaces:
WebApplicationFirewallPolicy.Definition
- Enclosing interface:
- WebApplicationFirewallPolicy.DefinitionStages
public static interface WebApplicationFirewallPolicy.DefinitionStages.WithResourceGroup
The stage of the WebApplicationFirewallPolicy definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingResourceGroup(String resourceGroupName) Specifies resourceGroupName.
-
Method Details
-
withExistingResourceGroup
WebApplicationFirewallPolicy.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName) Specifies resourceGroupName.- Parameters:
resourceGroupName- Name of the Resource group within the Azure subscription.- Returns:
- the next definition stage.
-