public final class SecurityRuleProtocol extends com.microsoft.rest.ExpandableStringEnum<SecurityRuleProtocol>
| 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() |
| Modifier and Type | Method and Description |
|---|---|
static SecurityRuleProtocol |
fromString(String name)
Creates or finds a SecurityRuleProtocol from its string representation.
|
static Collection<SecurityRuleProtocol> |
values() |
public static final SecurityRuleProtocol TCP
public static final SecurityRuleProtocol UDP
public static final SecurityRuleProtocol ASTERISK
public static SecurityRuleProtocol fromString(String name)
name - a name to look forpublic static Collection<SecurityRuleProtocol> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/