java.lang.Object
com.azure.core.util.ExpandableStringEnum<FabricName>
com.azure.resourcemanager.recoveryservicesbackup.models.FabricName

public final class FabricName extends com.azure.core.util.ExpandableStringEnum<FabricName>
Specifies the fabric name - Azure or AD.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FabricName
    Static value Azure for FabricName.
    static final FabricName
    Static value Invalid for FabricName.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    • INVALID

      public static final FabricName INVALID
      Static value Invalid for FabricName.
    • AZURE

      public static final FabricName AZURE
      Static value Azure for FabricName.
  • Constructor Details

    • FabricName

      public FabricName()
  • Method Details

    • fromString

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

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