Freigeben über


ServerCommunicationLinksOperationsExtensions.ListByServer Methode

Definition

Ruft eine Liste der Serverkommunikationslinks ab.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.ServerCommunicationLink> ListByServer (this Microsoft.Azure.Management.Sql.IServerCommunicationLinksOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.Sql.IServerCommunicationLinksOperations * string * string -> seq<Microsoft.Azure.Management.Sql.Models.ServerCommunicationLink>
<Extension()>
Public Function ListByServer (operations As IServerCommunicationLinksOperations, resourceGroupName As String, serverName As String) As IEnumerable(Of ServerCommunicationLink)

Parameter

operations
IServerCommunicationLinksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

Gibt zurück

Gilt für: