Class EffectiveSecurityRuleProtocol

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

public final class EffectiveSecurityRuleProtocol extends com.azure.core.util.ExpandableStringEnum<EffectiveSecurityRuleProtocol>
The network protocol this rule applies to.
  • Field Details

  • Constructor Details

    • EffectiveSecurityRuleProtocol

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

    • fromString

      public static EffectiveSecurityRuleProtocol fromString(String name)
      Creates or finds a EffectiveSecurityRuleProtocol from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding EffectiveSecurityRuleProtocol.
    • values

      public static Collection<EffectiveSecurityRuleProtocol> values()
      Gets known EffectiveSecurityRuleProtocol values.
      Returns:
      known EffectiveSecurityRuleProtocol values.