Uses of Class
com.azure.resourcemanager.synapse.fluent.models.ReplicationLinkInner
-
Packages that use ReplicationLinkInner Package Description com.azure.resourcemanager.synapse.fluent Package containing the service clients for SynapseManagementClient.com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of ReplicationLinkInner in com.azure.resourcemanager.synapse.fluent
Methods in com.azure.resourcemanager.synapse.fluent that return ReplicationLinkInner Modifier and Type Method Description ReplicationLinkInner
SqlPoolReplicationLinksClient. getByName(String resourceGroupName, String workspaceName, String sqlPoolName, String linkId)
Get SQL pool replication link by name.Methods in com.azure.resourcemanager.synapse.fluent that return types with arguments of type ReplicationLinkInner Modifier and Type Method Description com.azure.core.http.rest.Response<ReplicationLinkInner>
SqlPoolReplicationLinksClient. getByNameWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String linkId, com.azure.core.util.Context context)
Get SQL pool replication link by name.com.azure.core.http.rest.PagedIterable<ReplicationLinkInner>
SqlPoolReplicationLinksClient. list(String resourceGroupName, String workspaceName, String sqlPoolName)
Lists a Sql pool's replication links.com.azure.core.http.rest.PagedIterable<ReplicationLinkInner>
SqlPoolReplicationLinksClient. list(String resourceGroupName, String workspaceName, String sqlPoolName, com.azure.core.util.Context context)
Lists a Sql pool's replication links. -
Uses of ReplicationLinkInner in com.azure.resourcemanager.synapse.models
Methods in com.azure.resourcemanager.synapse.models that return ReplicationLinkInner Modifier and Type Method Description ReplicationLinkInner
ReplicationLink. innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.ReplicationLinkInner object.Methods in com.azure.resourcemanager.synapse.models that return types with arguments of type ReplicationLinkInner Modifier and Type Method Description List<ReplicationLinkInner>
ReplicationLinkListResult. value()
Get the value property: The list of Sql pool replication links housed in the Sql pool.Method parameters in com.azure.resourcemanager.synapse.models with type arguments of type ReplicationLinkInner Modifier and Type Method Description ReplicationLinkListResult
ReplicationLinkListResult. withValue(List<ReplicationLinkInner> value)
Set the value property: The list of Sql pool replication links housed in the Sql pool.
-