public final class SecurityRuleProtocol extends Object
| Modifier and Type | Field and Description |
|---|---|
static SecurityRuleProtocol |
ASTERISK
Static value * for SecurityRuleProtocol.
|
static SecurityRuleProtocol |
TCP
Static value Tcp for SecurityRuleProtocol.
|
static SecurityRuleProtocol |
UDP
Static value Udp for SecurityRuleProtocol.
|
| Constructor and Description |
|---|
SecurityRuleProtocol(String value)
Creates a custom value for SecurityRuleProtocol.
|
public static final SecurityRuleProtocol TCP
public static final SecurityRuleProtocol UDP
public static final SecurityRuleProtocol ASTERISK
public SecurityRuleProtocol(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.
*/