public final class AzureFirewallRCActionType extends com.microsoft.rest.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 forpublic static Collection<AzureFirewallRCActionType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/