Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicySkuTier
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicySkuTier in com.azure.resourcemanager.network.models
Modifier and TypeFieldDescriptionstatic final FirewallPolicySkuTier
FirewallPolicySkuTier.BASIC
Static value Basic for FirewallPolicySkuTier.static final FirewallPolicySkuTier
FirewallPolicySkuTier.PREMIUM
Static value Premium for FirewallPolicySkuTier.static final FirewallPolicySkuTier
FirewallPolicySkuTier.STANDARD
Static value Standard for FirewallPolicySkuTier.Modifier and TypeMethodDescriptionstatic FirewallPolicySkuTier
FirewallPolicySkuTier.fromString
(String name) Creates or finds a FirewallPolicySkuTier from its string representation.FirewallPolicySku.tier()
Get the tier property: Tier of Firewall Policy.Modifier and TypeMethodDescriptionstatic Collection<FirewallPolicySkuTier>
FirewallPolicySkuTier.values()
Gets known FirewallPolicySkuTier values.Modifier and TypeMethodDescriptionFirewallPolicySku.withTier
(FirewallPolicySkuTier tier) Set the tier property: Tier of Firewall Policy.