public final class TableServiceGeoReplicationStatus extends com.azure.core.util.ExpandableStringEnum<TableServiceGeoReplicationStatus>
TableServiceGeoReplicationStatus.| Modifier and Type | Field and Description |
|---|---|
static TableServiceGeoReplicationStatus |
BOOTSTRAP
Static value 'bootstrap' for
TableServiceGeoReplicationStatus. |
static TableServiceGeoReplicationStatus |
LIVE
Static value 'live' for
TableServiceGeoReplicationStatus. |
static TableServiceGeoReplicationStatus |
UNAVAILABLE
Static value 'unavailable' for
TableServiceGeoReplicationStatus. |
| Constructor and Description |
|---|
TableServiceGeoReplicationStatus() |
| Modifier and Type | Method and Description |
|---|---|
static TableServiceGeoReplicationStatus |
fromString(String name)
Creates or finds a
TableServiceGeoReplicationStatus from its string representation. |
public static final TableServiceGeoReplicationStatus LIVE
TableServiceGeoReplicationStatus.public static final TableServiceGeoReplicationStatus BOOTSTRAP
TableServiceGeoReplicationStatus.public static final TableServiceGeoReplicationStatus UNAVAILABLE
TableServiceGeoReplicationStatus.public static TableServiceGeoReplicationStatus fromString(String name)
TableServiceGeoReplicationStatus from its string representation.name - A name to look for.TableServiceGeoReplicationStatus.Copyright © 2021 Microsoft Corporation. All rights reserved.