Class InboundSecurityRulesProtocol

java.lang.Object
com.azure.core.util.ExpandableStringEnum<InboundSecurityRulesProtocol>
com.azure.resourcemanager.network.models.InboundSecurityRulesProtocol
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class InboundSecurityRulesProtocol extends com.azure.core.util.ExpandableStringEnum<InboundSecurityRulesProtocol>
Protocol. This should be either TCP or UDP.
  • Field Details

  • Constructor Details

    • InboundSecurityRulesProtocol

      @Deprecated public InboundSecurityRulesProtocol()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of InboundSecurityRulesProtocol value.
  • Method Details

    • 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()
      Gets known InboundSecurityRulesProtocol values.
      Returns:
      known InboundSecurityRulesProtocol values.