Share via


ElasticPoolsOperationsExtensions.ListByServer Method

Definition

Gets all elastic pools in a server.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPool> ListByServer (this Microsoft.Azure.Management.Sql.IElasticPoolsOperations operations, string resourceGroupName, string serverName, long? skip = default);
static member ListByServer : Microsoft.Azure.Management.Sql.IElasticPoolsOperations * string * string * Nullable<int64> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPool>
<Extension()>
Public Function ListByServer (operations As IElasticPoolsOperations, resourceGroupName As String, serverName As String, Optional skip As Nullable(Of Long) = Nothing) As IPage(Of ElasticPool)

Parameters

operations
IElasticPoolsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName
String

The name of the server.

skip
Nullable<Int64>

The number of elements in the collection to skip.

Returns

Applies to