| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static AzureFirewallRCActionType |
AzureFirewallRCActionType.ALLOW
Static value Allow for AzureFirewallRCActionType.
|
static AzureFirewallRCActionType |
AzureFirewallRCActionType.DENY
Static value Deny for AzureFirewallRCActionType.
|
| Modifier and Type | Method and Description |
|---|---|
static AzureFirewallRCActionType |
AzureFirewallRCActionType.fromString(String name)
Creates or finds a AzureFirewallRCActionType from its string representation.
|
AzureFirewallRCActionType |
AzureFirewallRCAction.type()
Get the type value.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AzureFirewallRCActionType> |
AzureFirewallRCActionType.values() |
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallRCAction |
AzureFirewallRCAction.withType(AzureFirewallRCActionType type)
Set the type value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/