ServerCommunicationLinkOperationsExtensions.List 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.
Returns information about Azure SQL Server communication links.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkListResponse List (this Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkListResponse
<Extension()>
Public Function List (operations As IServerCommunicationLinkOperations, resourceGroupName As String, serverName As String) As 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.