Поделиться через


AzureSqlDatabaseReplicationCommunicator.ListLinks Method

Definition

Lists Azure SQL Databases replication links with Legacy sdk

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.ReplicationLink> ListLinks (string resourceGroupName, string serverName, string databaseName);
member this.ListLinks : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.ReplicationLink>
Public Function ListLinks (resourceGroupName As String, serverName As String, databaseName As String) As IList(Of ReplicationLink)

Parameters

resourceGroupName
String
serverName
String
databaseName
String

Returns

Applies to