Class SecondaryType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SecondaryType>
com.azure.resourcemanager.sql.models.SecondaryType
The secondary type of the database if it is a secondary. Valid values are Geo and Named.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SecondaryTypeStatic value Geo for SecondaryType.static final SecondaryTypeStatic value Named for SecondaryType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SecondaryTypefromString(String name) Creates or finds a SecondaryType from its string representation.static Collection<SecondaryType>values()Gets known SecondaryType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
GEO
Static value Geo for SecondaryType. -
NAMED
Static value Named for SecondaryType.
-
-
Constructor Details
-
SecondaryType
public SecondaryType()
-
-
Method Details
-
fromString
Creates or finds a SecondaryType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SecondaryType.
-
values
Gets known SecondaryType values.- Returns:
- known SecondaryType values.
-