Class AzureFirewallNetworkRuleProtocol

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

public final class AzureFirewallNetworkRuleProtocol extends com.azure.core.util.ExpandableStringEnum<AzureFirewallNetworkRuleProtocol>
The protocol of a Network Rule resource.
  • Field Details

  • Constructor Details

    • AzureFirewallNetworkRuleProtocol

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

    • fromString

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

      Gets known AzureFirewallNetworkRuleProtocol values.
      Returns:
      known AzureFirewallNetworkRuleProtocol values.