Class AzureFirewallSkuName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AzureFirewallSkuName>
com.azure.resourcemanager.network.models.AzureFirewallSkuName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AzureFirewallSkuName
extends com.azure.core.util.ExpandableStringEnum<AzureFirewallSkuName>
Name of an Azure Firewall SKU.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AzureFirewallSkuName
Static value AZFW_Hub for AzureFirewallSkuName.static final AzureFirewallSkuName
Static value AZFW_VNet for AzureFirewallSkuName. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AzureFirewallSkuName
fromString
(String name) Creates or finds a AzureFirewallSkuName from its string representation.static Collection<AzureFirewallSkuName>
values()
Gets known AzureFirewallSkuName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZFW_VNET
Static value AZFW_VNet for AzureFirewallSkuName. -
AZFW_HUB
Static value AZFW_Hub for AzureFirewallSkuName.
-
-
Constructor Details
-
AzureFirewallSkuName
Deprecated.Use thefromString(String)
factory method.Creates a new instance of AzureFirewallSkuName value.
-
-
Method Details
-
fromString
Creates or finds a AzureFirewallSkuName from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AzureFirewallSkuName.
-
values
Gets known AzureFirewallSkuName values.- Returns:
- known AzureFirewallSkuName values.
-
fromString(String)
factory method.