Class InboundEndpointProtocol

java.lang.Object
com.azure.core.util.ExpandableStringEnum<InboundEndpointProtocol>
com.azure.compute.batch.models.InboundEndpointProtocol
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class InboundEndpointProtocol extends com.azure.core.util.ExpandableStringEnum<InboundEndpointProtocol>
InboundEndpointProtocol enums.
  • Field Details

  • Constructor Details

    • InboundEndpointProtocol

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

    • fromString

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

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