AzureSqlDatabaseReplicationCommunicator.ListLinks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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