java.lang.Object
com.azure.core.util.ExpandableStringEnum<Format>
com.azure.resourcemanager.containerservice.models.Format

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

    Fields
    Modifier and Type
    Field
    Description
    static final Format
    Static value azure for Format.
    static final Format
    Static value exec for Format.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Format
    Creates or finds a Format from its string representation.
    Gets known Format values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • AZURE

      public static final Format AZURE
      Static value azure for Format.
    • EXEC

      public static final Format EXEC
      Static value exec for Format.
  • Constructor Details

    • Format

      public Format()
  • Method Details

    • fromString

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

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