Uses of Class
com.azure.resourcemanager.synapse.models.ReplicationState
-
Packages that use ReplicationState Package Description com.azure.resourcemanager.synapse.fluent.models Package containing the inner data models for SynapseManagementClient.com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of ReplicationState in com.azure.resourcemanager.synapse.fluent.models
Methods in com.azure.resourcemanager.synapse.fluent.models that return ReplicationState Modifier and Type Method Description ReplicationState
ReplicationLinkInner. replicationState()
Get the replicationState property: The replication state for the replication link.ReplicationState
ReplicationLinkProperties. replicationState()
Get the replicationState property: The replication state for the replication link. -
Uses of ReplicationState in com.azure.resourcemanager.synapse.models
Fields in com.azure.resourcemanager.synapse.models declared as ReplicationState Modifier and Type Field Description static ReplicationState
ReplicationState. CATCH_UP
Static value CATCH_UP for ReplicationState.static ReplicationState
ReplicationState. PENDING
Static value PENDING for ReplicationState.static ReplicationState
ReplicationState. SEEDING
Static value SEEDING for ReplicationState.static ReplicationState
ReplicationState. SUSPENDED
Static value SUSPENDED for ReplicationState.Methods in com.azure.resourcemanager.synapse.models that return ReplicationState Modifier and Type Method Description static ReplicationState
ReplicationState. fromString(String name)
Creates or finds a ReplicationState from its string representation.ReplicationState
ReplicationLink. replicationState()
Gets the replicationState property: The replication state for the replication link.Methods in com.azure.resourcemanager.synapse.models that return types with arguments of type ReplicationState Modifier and Type Method Description static Collection<ReplicationState>
ReplicationState. values()
-