Class FabricName
- 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>
Defines values for FabricName.
-
-
Field Summary
Fields Modifier and Type Field Description static FabricName
AZURE
Static value Azure for FabricName.static FabricName
INVALID
Static value Invalid for FabricName.
-
Constructor Summary
Constructors Constructor Description FabricName()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FabricName
fromString(String name)
Creates or finds a FabricName from its string representation.static Collection<FabricName>
values()
Gets known FabricName values.
-
-
-
Field Detail
-
INVALID
public static final FabricName INVALID
Static value Invalid for FabricName.
-
AZURE
public static final FabricName AZURE
Static value Azure for FabricName.
-
-
Method Detail
-
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.
-
-