Class IngressTransportMethod

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IngressTransportMethod>
com.azure.resourcemanager.appservice.models.IngressTransportMethod

public final class IngressTransportMethod extends com.azure.core.util.ExpandableStringEnum<IngressTransportMethod>
Defines values for IngressTransportMethod.
  • Field Details

  • Constructor Details

    • IngressTransportMethod

      public IngressTransportMethod()
  • Method Details

    • fromString

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

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