Class AzureFirewallSku
java.lang.Object
com.microsoft.azure.management.network.AzureFirewallSku
SKU of an Azure Firewall.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()
Get name of an Azure Firewall SKU.tier()
Get tier of an Azure Firewall.withName
(AzureFirewallSkuName name) Set name of an Azure Firewall SKU.withTier
(AzureFirewallSkuTier tier) Set tier of an Azure Firewall.
-
Constructor Details
-
AzureFirewallSku
public AzureFirewallSku()
-
-
Method Details
-
name
Get name of an Azure Firewall SKU. Possible values include: 'AZFW_VNet', 'AZFW_Hub'.- Returns:
- the name value
-
withName
Set name of an Azure Firewall SKU. Possible values include: 'AZFW_VNet', 'AZFW_Hub'.- Parameters:
name
- the name value to set- Returns:
- the AzureFirewallSku object itself.
-
tier
Get tier of an Azure Firewall. Possible values include: 'Standard'.- Returns:
- the tier value
-
withTier
Set tier of an Azure Firewall. Possible values include: 'Standard'.- Parameters:
tier
- the tier value to set- Returns:
- the AzureFirewallSku object itself.
-