TableServiceGeoReplicationStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. data. tables. models. TableServiceGeoReplicationStatus
- com.
- com.
public final class TableServiceGeoReplicationStatus
extends ExpandableStringEnum<TableServiceGeoReplicationStatus>
The status of the secondary location.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Table |
BOOTSTRAP
Static value bootstrap for Table |
static final
Table |
LIVE
Static value live for Table |
static final
Table |
UNAVAILABLE
Static value unavailable for Table |
Constructor Summary
Constructor | Description |
---|---|
TableServiceGeoReplicationStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Table |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Table |
fromString(String name)
Creates or finds a Table |
static
Collection<Table |
values()
Gets known Table |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOOTSTRAP
public static final TableServiceGeoReplicationStatus BOOTSTRAP
Static value bootstrap for TableServiceGeoReplicationStatus.
LIVE
public static final TableServiceGeoReplicationStatus LIVE
Static value live for TableServiceGeoReplicationStatus.
UNAVAILABLE
public static final TableServiceGeoReplicationStatus UNAVAILABLE
Static value unavailable for TableServiceGeoReplicationStatus.
Constructor Details
TableServiceGeoReplicationStatus
@Deprecated
public TableServiceGeoReplicationStatus()
Deprecated
Creates a new instance of TableServiceGeoReplicationStatus value.
Method Details
fromString
public static TableServiceGeoReplicationStatus fromString(String name)
Creates or finds a TableServiceGeoReplicationStatus from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known TableServiceGeoReplicationStatus values.
Returns:
Applies to
Azure SDK for Java