ReplicationLinkOperationsExtensions.List Method

Definition

Returns information about Azure SQL Database Replication Links.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ReplicationLinkListResponse List (this Microsoft.Azure.Management.Sql.LegacySdk.IReplicationLinkOperations operations, string resourceGroupName, string serverName, string databaseName);
static member List : Microsoft.Azure.Management.Sql.LegacySdk.IReplicationLinkOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ReplicationLinkListResponse
<Extension()>
Public Function List (operations As IReplicationLinkOperations, resourceGroupName As String, serverName As String, databaseName As String) As ReplicationLinkListResponse

Parameters

operations
IReplicationLinkOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IReplicationLinkOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

serverName
String

Required. The name of the Azure SQL Server in which the Azure SQL Database is hosted.

databaseName
String

Required. The name of the Azure SQL Database to retrieve links for.

Returns

Represents the response to a List Azure Sql Database Replication Link request.

Applies to