你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlInstancePoolAdapter.ListInstancePoolsByResourceGroup(String) Method

Definition

Gets a list of existing instance pools belonging to the provided resource group

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel> ListInstancePoolsByResourceGroup (string resourceGroupName);
member this.ListInstancePoolsByResourceGroup : string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel>
Public Function ListInstancePoolsByResourceGroup (resourceGroupName As String) As List(Of AzureSqlInstancePoolModel)

Parameters

resourceGroupName
String

The resource group name

Returns

A list of instance pool entities

Applies to