Class InboundSecurityRulesProtocol
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<InboundSecurityRulesProtocol>
-
- com.azure.resourcemanager.network.models.InboundSecurityRulesProtocol
-
public final class InboundSecurityRulesProtocol extends com.azure.core.util.ExpandableStringEnum<InboundSecurityRulesProtocol>
Defines values for InboundSecurityRulesProtocol.
-
-
Field Summary
Fields Modifier and Type Field Description static InboundSecurityRulesProtocolTCPStatic value TCP for InboundSecurityRulesProtocol.static InboundSecurityRulesProtocolUDPStatic value UDP for InboundSecurityRulesProtocol.
-
Constructor Summary
Constructors Constructor Description InboundSecurityRulesProtocol()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InboundSecurityRulesProtocolfromString(String name)Creates or finds a InboundSecurityRulesProtocol from its string representation.static Collection<InboundSecurityRulesProtocol>values()
-
-
-
Field Detail
-
TCP
public static final InboundSecurityRulesProtocol TCP
Static value TCP for InboundSecurityRulesProtocol.
-
UDP
public static final InboundSecurityRulesProtocol UDP
Static value UDP for InboundSecurityRulesProtocol.
-
-
Method Detail
-
fromString
public static InboundSecurityRulesProtocol fromString(String name)
Creates or finds a InboundSecurityRulesProtocol from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding InboundSecurityRulesProtocol.
-
values
public static Collection<InboundSecurityRulesProtocol> values()
- Returns:
- known InboundSecurityRulesProtocol values.
-
-