Uses of Class
com.azure.resourcemanager.sql.models.ReplicationState
Packages that use ReplicationState
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ReplicationState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ReplicationStateModifier and TypeMethodDescriptionReplicationLinkInner.replicationState()Get the replicationState property: Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED).ReplicationLinkProperties.replicationState()Get the replicationState property: Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED). -
Uses of ReplicationState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ReplicationStateModifier and TypeFieldDescriptionstatic final ReplicationStateReplicationState.CATCH_UPStatic value CATCH_UP for ReplicationState.static final ReplicationStateReplicationState.PENDINGStatic value PENDING for ReplicationState.static final ReplicationStateReplicationState.SEEDINGStatic value SEEDING for ReplicationState.static final ReplicationStateReplicationState.SUSPENDEDStatic value SUSPENDED for ReplicationState.Methods in com.azure.resourcemanager.sql.models that return ReplicationStateModifier and TypeMethodDescriptionstatic ReplicationStateReplicationState.fromString(String name) Creates or finds a ReplicationState from its string representation.ReplicationLink.replicationState()Gets the replication state for the replication link.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ReplicationStateModifier and TypeMethodDescriptionstatic Collection<ReplicationState> ReplicationState.values()Gets known ReplicationState values.