Uses of Class
com.azure.resourcemanager.sql.models.ReplicationState
-
Packages that use ReplicationState Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 ReplicationState Modifier and Type Method Description ReplicationStateReplicationLinkInner. replicationState()Get the replicationState property: The replication state for the replication link. -
Uses of ReplicationState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ReplicationState Modifier and Type Field Description static ReplicationStateReplicationState. CATCH_UPStatic value CATCH_UP for ReplicationState.static ReplicationStateReplicationState. PENDINGStatic value PENDING for ReplicationState.static ReplicationStateReplicationState. SEEDINGStatic value SEEDING for ReplicationState.static ReplicationStateReplicationState. SUSPENDEDStatic value SUSPENDED for ReplicationState.Methods in com.azure.resourcemanager.sql.models that return ReplicationState Modifier and Type Method Description static ReplicationStateReplicationState. fromString(String name)Creates or finds a ReplicationState from its string representation.ReplicationStateReplicationLink. replicationState()Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ReplicationState Modifier and Type Method Description static Collection<ReplicationState>ReplicationState. values()
-