| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SecurityRuleDirection |
SecurityRuleDirection.INBOUND
Static value Inbound for SecurityRuleDirection.
|
static SecurityRuleDirection |
SecurityRuleDirection.OUTBOUND
Static value Outbound for SecurityRuleDirection.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleDirection |
NetworkSecurityRule.direction() |
SecurityRuleDirection |
EffectiveNetworkSecurityRule.direction()
Get the direction value.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDirection(SecurityRuleDirection direction)
Set the direction value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/