java.lang.Object
com.azure.core.util.ExpandableStringEnum<Category>
com.azure.resourcemanager.azurestack.models.Category

public final class Category extends com.azure.core.util.ExpandableStringEnum<Category>
Identity system of the device.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Category
    Static value ADFS for Category.
    static final Category
    Static value AzureAD for Category.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Category
    Creates or finds a Category from its string representation.
    Gets known Category 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_AD

      public static final Category AZURE_AD
      Static value AzureAD for Category.
    • ADFS

      public static final Category ADFS
      Static value ADFS for Category.
  • Constructor Details

  • Method Details

    • fromString

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

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