java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Scheme>
com.microsoft.azure.management.containerinstance.Scheme

public final class Scheme extends com.microsoft.rest.ExpandableStringEnum<Scheme>
Defines values for Scheme.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Scheme
    Static value http for Scheme.
    static final Scheme
    Static value https for Scheme.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Scheme
    Creates or finds a Scheme from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • HTTP

      public static final Scheme HTTP
      Static value http for Scheme.
    • HTTPS

      public static final Scheme HTTPS
      Static value https for Scheme.
  • Constructor Details

    • Scheme

      public Scheme()
  • Method Details

    • fromString

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

      public static Collection<Scheme> values()
      Returns:
      known Scheme values