public final class AzureFirewallRCActionType extends com.azure.core.util.ExpandableStringEnum<AzureFirewallRCActionType>
| Modifier and Type | Field and Description |
|---|---|
static AzureFirewallRCActionType |
ALLOW
Static value Allow for AzureFirewallRCActionType.
|
static AzureFirewallRCActionType |
DENY
Static value Deny for AzureFirewallRCActionType.
|
| Constructor and Description |
|---|
AzureFirewallRCActionType() |
| Modifier and Type | Method and Description |
|---|---|
static AzureFirewallRCActionType |
fromString(String name)
Creates or finds a AzureFirewallRCActionType from its string representation.
|
static Collection<AzureFirewallRCActionType> |
values() |
public static final AzureFirewallRCActionType ALLOW
public static final AzureFirewallRCActionType DENY
public static AzureFirewallRCActionType fromString(String name)
name - a name to look for.public static Collection<AzureFirewallRCActionType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.