VirtualNetworkRulesOperationsExtensions.ListByServer Method

Definition

Gets a list of virtual network rules in a server.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.VirtualNetworkRule> ListByServer (this Microsoft.Azure.Management.PostgreSQL.IVirtualNetworkRulesOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.PostgreSQL.IVirtualNetworkRulesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.VirtualNetworkRule>
<Extension()>
Public Function ListByServer (operations As IVirtualNetworkRulesOperations, resourceGroupName As String, serverName As String) As IPage(Of VirtualNetworkRule)

Parameters

operations
IVirtualNetworkRulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

Returns

Applies to