Package com.azure.data.tables.models
Class TableServiceGeoReplicationStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TableServiceGeoReplicationStatus>
com.azure.data.tables.models.TableServiceGeoReplicationStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class TableServiceGeoReplicationStatus
extends com.azure.core.util.ExpandableStringEnum<TableServiceGeoReplicationStatus>
The status of the secondary location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TableServiceGeoReplicationStatus
Static value bootstrap for TableServiceGeoReplicationStatus.static final TableServiceGeoReplicationStatus
Static value live for TableServiceGeoReplicationStatus.static final TableServiceGeoReplicationStatus
Static value unavailable for TableServiceGeoReplicationStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a TableServiceGeoReplicationStatus from its string representation.values()
Gets known TableServiceGeoReplicationStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
LIVE
Static value live for TableServiceGeoReplicationStatus. -
BOOTSTRAP
Static value bootstrap for TableServiceGeoReplicationStatus. -
UNAVAILABLE
Static value unavailable for TableServiceGeoReplicationStatus.
-
-
Constructor Details
-
TableServiceGeoReplicationStatus
Deprecated.Use thefromString(String)
factory method.Creates a new instance of TableServiceGeoReplicationStatus value.
-
-
Method Details
-
fromString
Creates or finds a TableServiceGeoReplicationStatus from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding TableServiceGeoReplicationStatus.
-
values
Gets known TableServiceGeoReplicationStatus values.- Returns:
- known TableServiceGeoReplicationStatus values.
-
fromString(String)
factory method.