| 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 |
EffectiveNetworkSecurityRule.direction()
Get the direction value.
|
SecurityRuleDirection |
NetworkSecurityRule.direction() |
static SecurityRuleDirection |
SecurityRuleDirection.fromString(String name)
Creates or finds a SecurityRuleDirection from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<SecurityRuleDirection> |
SecurityRuleDirection.values() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDirection(SecurityRuleDirection direction)
Set the direction value.
|
Copyright © 2019. All rights reserved.