public final class SecurityRuleDirection extends Object
| Modifier and Type | Field and Description |
|---|---|
static SecurityRuleDirection |
INBOUND
Static value Inbound for SecurityRuleDirection.
|
static SecurityRuleDirection |
OUTBOUND
Static value Outbound for SecurityRuleDirection.
|
| Constructor and Description |
|---|
SecurityRuleDirection(String value)
Creates a custom value for SecurityRuleDirection.
|
public static final SecurityRuleDirection INBOUND
public static final SecurityRuleDirection OUTBOUND
public SecurityRuleDirection(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/