public final class SecurityRuleAccess extends Object
| Modifier and Type | Field and Description |
|---|---|
static SecurityRuleAccess |
ALLOW
Static value Allow for SecurityRuleAccess.
|
static SecurityRuleAccess |
DENY
Static value Deny for SecurityRuleAccess.
|
| Constructor and Description |
|---|
SecurityRuleAccess(String value)
Creates a custom value for SecurityRuleAccess.
|
public static final SecurityRuleAccess ALLOW
public static final SecurityRuleAccess DENY
public SecurityRuleAccess(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.
*/