Interface WebApplicationFirewallPolicy.DefinitionStages.WithSku
- All Known Subinterfaces:
WebApplicationFirewallPolicy.Definition,WebApplicationFirewallPolicy.DefinitionStages.WithCreate
- Enclosing interface:
- WebApplicationFirewallPolicy.DefinitionStages
public static interface WebApplicationFirewallPolicy.DefinitionStages.WithSku
The stage of the WebApplicationFirewallPolicy definition allowing to specify sku.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the sku property: The pricing tier of web application firewall policy.
-
Method Details
-
withSku
Specifies the sku property: The pricing tier of web application firewall policy. Defaults to Classic_AzureFrontDoor if not specified..- Parameters:
sku- The pricing tier of web application firewall policy. Defaults to Classic_AzureFrontDoor if not specified.- Returns:
- the next definition stage.
-