共用方式為


InstancePoolsOperationsExtensions.ListByResourceGroup Method

Definition

Gets a list of instance pools in the resource group

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.InstancePool> ListByResourceGroup (this Microsoft.Azure.Management.Sql.IInstancePoolsOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.Sql.IInstancePoolsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.InstancePool>
<Extension()>
Public Function ListByResourceGroup (operations As IInstancePoolsOperations, resourceGroupName As String) As IPage(Of InstancePool)

Parameters

operations
IInstancePoolsOperations

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.

Returns

Applies to