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 forTableServiceGeoReplicationStatus.
-
-
Field Summary
Fields Modifier and Type Field Description static TableServiceGeoReplicationStatusBOOTSTRAPStatic value 'bootstrap' forTableServiceGeoReplicationStatus.static TableServiceGeoReplicationStatusLIVEStatic value 'live' forTableServiceGeoReplicationStatus.static TableServiceGeoReplicationStatusUNAVAILABLEStatic value 'unavailable' forTableServiceGeoReplicationStatus.
-
Constructor Summary
Constructors Constructor Description TableServiceGeoReplicationStatus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableServiceGeoReplicationStatusfromString(String name)Creates or finds aTableServiceGeoReplicationStatusfrom its string representation.
-
-
-
Field Detail
-
LIVE
public static final TableServiceGeoReplicationStatus LIVE
Static value 'live' forTableServiceGeoReplicationStatus.
-
BOOTSTRAP
public static final TableServiceGeoReplicationStatus BOOTSTRAP
Static value 'bootstrap' forTableServiceGeoReplicationStatus.
-
UNAVAILABLE
public static final TableServiceGeoReplicationStatus UNAVAILABLE
Static value 'unavailable' forTableServiceGeoReplicationStatus.
-
-
Method Detail
-
fromString
public static TableServiceGeoReplicationStatus fromString(String name)
Creates or finds aTableServiceGeoReplicationStatusfrom its string representation.- Parameters:
name- A name to look for.- Returns:
- The corresponding
TableServiceGeoReplicationStatus.
-
-