AzureFirewallSkuName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. AzureFirewallSkuName
- com.
- com.
public final class AzureFirewallSkuName
extends ExpandableStringEnum<AzureFirewallSkuName>
Name of an Azure Firewall SKU.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Azure |
AZFW_HUB
Static value AZFW_Hub for Azure |
static final
Azure |
AZFW_VNET
Static value AZFW_VNet for Azure |
Constructor Summary
Constructor | Description |
---|---|
AzureFirewallSkuName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromString(String name)
Creates or finds a Azure |
static
Collection<Azure |
values()
Gets known Azure |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZFW_HUB
public static final AzureFirewallSkuName AZFW_HUB
Static value AZFW_Hub for AzureFirewallSkuName.
AZFW_VNET
public static final AzureFirewallSkuName AZFW_VNET
Static value AZFW_VNet for AzureFirewallSkuName.
Constructor Details
AzureFirewallSkuName
@Deprecated
public AzureFirewallSkuName()
Deprecated
Creates a new instance of AzureFirewallSkuName value.
Method Details
fromString
public static AzureFirewallSkuName fromString(String name)
Creates or finds a AzureFirewallSkuName from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known AzureFirewallSkuName values.
Returns:
Applies to
Azure SDK for Java