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