Freigeben über


VirtualNetworkRulesOperationsExtensions.ListByServerAsync Methode

Definition

Ruft eine Liste der Regeln für virtuelle Netzwerke auf einem Server ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.VirtualNetworkRule>> ListByServerAsync (this Microsoft.Azure.Management.PostgreSQL.IVirtualNetworkRulesOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerAsync : Microsoft.Azure.Management.PostgreSQL.IVirtualNetworkRulesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.VirtualNetworkRule>>
<Extension()>
Public Function ListByServerAsync (operations As IVirtualNetworkRulesOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualNetworkRule))

Parameter

operations
IVirtualNetworkRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

serverName
String

Name des Servers

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: