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


AzureSqlDatabaseReplicationCommunicator.ListLinksV2 Method

Definition

Lists Azure SQL Databases replication links with new sdk

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

Parameters

resourceGroupName
String
serverName
String
databaseName
String

Returns

Applies to