ServerCommunicationLinkOperationsExtensions.ListAsync Method

Definition

Returns information about Azure SQL Server communication links.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkListResponse> ListAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations operations, string resourceGroupName, string serverName);
static member ListAsync : Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkListResponse>
<Extension()>
Public Function ListAsync (operations As IServerCommunicationLinkOperations, resourceGroupName As String, serverName As String) As Task(Of ServerCommunicationLinkListResponse)

Parameters

operations
IServerCommunicationLinkOperations

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

resourceGroupName
String

Required. The name of the Resource Group to which the Azure SQL Server belongs.

serverName
String

Required. The name of the Azure SQL Server.

Returns

Represents the response to a List Azure Sql Server communication link request.

Applies to