public final class InboundSecurityRulesProtocol extends com.azure.core.util.ExpandableStringEnum<InboundSecurityRulesProtocol>
| Modifier and Type | Field and Description |
|---|---|
static InboundSecurityRulesProtocol |
TCP
Static value TCP for InboundSecurityRulesProtocol.
|
static InboundSecurityRulesProtocol |
UDP
Static value UDP for InboundSecurityRulesProtocol.
|
| Constructor and Description |
|---|
InboundSecurityRulesProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static InboundSecurityRulesProtocol |
fromString(String name)
Creates or finds a InboundSecurityRulesProtocol from its string representation.
|
static Collection<InboundSecurityRulesProtocol> |
values() |
public static final InboundSecurityRulesProtocol TCP
public static final InboundSecurityRulesProtocol UDP
public static InboundSecurityRulesProtocol fromString(String name)
name - a name to look for.public static Collection<InboundSecurityRulesProtocol> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.