Class FirewallPolicySku
- java.lang.Object
-
- com.azure.resourcemanager.network.models.FirewallPolicySku
-
public final class FirewallPolicySku extends Object
SKU of Firewall policy.
-
-
Constructor Summary
Constructors Constructor Description FirewallPolicySku()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirewallPolicySkuTiertier()Get the tier property: Tier of Firewall Policy.voidvalidate()Validates the instance.FirewallPolicySkuwithTier(FirewallPolicySkuTier tier)Set the tier property: Tier of Firewall Policy.
-
-
-
Method Detail
-
tier
public FirewallPolicySkuTier tier()
Get the tier property: Tier of Firewall Policy.- Returns:
- the tier value.
-
withTier
public FirewallPolicySku withTier(FirewallPolicySkuTier tier)
Set the tier property: Tier of Firewall Policy.- Parameters:
tier- the tier value to set.- Returns:
- the FirewallPolicySku object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-