Uses of Class
com.azure.data.tables.models.TableServiceGeoReplicationStatus
Packages that use TableServiceGeoReplicationStatus
-
Uses of TableServiceGeoReplicationStatus in com.azure.data.tables.models
Fields in com.azure.data.tables.models declared as TableServiceGeoReplicationStatusModifier and TypeFieldDescriptionstatic final TableServiceGeoReplicationStatus
TableServiceGeoReplicationStatus.BOOTSTRAP
Static value bootstrap for TableServiceGeoReplicationStatus.static final TableServiceGeoReplicationStatus
TableServiceGeoReplicationStatus.LIVE
Static value live for TableServiceGeoReplicationStatus.static final TableServiceGeoReplicationStatus
TableServiceGeoReplicationStatus.UNAVAILABLE
Static value unavailable for TableServiceGeoReplicationStatus.Methods in com.azure.data.tables.models that return TableServiceGeoReplicationStatusModifier and TypeMethodDescriptionTableServiceGeoReplicationStatus.fromString
(String name) Creates or finds a TableServiceGeoReplicationStatus from its string representation.TableServiceGeoReplication.getStatus()
Get the status property: The status of the secondary location.Methods in com.azure.data.tables.models that return types with arguments of type TableServiceGeoReplicationStatusModifier and TypeMethodDescriptionTableServiceGeoReplicationStatus.values()
Gets known TableServiceGeoReplicationStatus values.Constructors in com.azure.data.tables.models with parameters of type TableServiceGeoReplicationStatusModifierConstructorDescriptionTableServiceGeoReplication
(TableServiceGeoReplicationStatus status, OffsetDateTime lastSyncTime) Creates an instance of TableServiceGeoReplication class.