Package com.azure.data.tables.models
Class TableServiceGeoReplicationStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TableServiceGeoReplicationStatus>
com.azure.data.tables.models.TableServiceGeoReplicationStatus
public final class TableServiceGeoReplicationStatus
extends com.azure.core.util.ExpandableStringEnum<TableServiceGeoReplicationStatus>
Defines values for
TableServiceGeoReplicationStatus.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TableServiceGeoReplicationStatusStatic value 'bootstrap' forTableServiceGeoReplicationStatus.static final TableServiceGeoReplicationStatusStatic value 'live' forTableServiceGeoReplicationStatus.static final TableServiceGeoReplicationStatusStatic value 'unavailable' forTableServiceGeoReplicationStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds aTableServiceGeoReplicationStatusfrom its string representation.values()Gets known TableServiceGeoReplicationStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LIVE
Static value 'live' forTableServiceGeoReplicationStatus. -
BOOTSTRAP
Static value 'bootstrap' forTableServiceGeoReplicationStatus. -
UNAVAILABLE
Static value 'unavailable' forTableServiceGeoReplicationStatus.
-
-
Constructor Details
-
TableServiceGeoReplicationStatus
Deprecated.Empty constructor. UsefromString(java.lang.String)to instantiate.Creates an instance ofTableServiceGeoReplicationStatus.
-
-
Method Details
-
fromString
Creates or finds aTableServiceGeoReplicationStatusfrom its string representation.- Parameters:
name- A name to look for.- Returns:
- The corresponding
TableServiceGeoReplicationStatus.
-
values
Gets known TableServiceGeoReplicationStatus values.- Returns:
- known TableServiceGeoReplicationStatus values.
-