Udostępnij za pośrednictwem


AzureSqlServerCommunicationLinkCommunicator.List(String, String) Method

Definition

Lists server communication links

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

Parameters

resourceGroupName
String
serverName
String

Returns

Applies to