| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleDirection |
SecurityRuleInner.direction()
Get the direction property: The direction of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleInner |
SecurityRuleInner.withDirection(SecurityRuleDirection direction)
Set the direction property: The direction of the rule.
|
| 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 property: The direction of the rule.
|
static SecurityRuleDirection |
SecurityRuleDirection.fromString(String name)
Creates or finds a SecurityRuleDirection from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDirection(SecurityRuleDirection direction)
Set the direction property: The direction of the rule.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.