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

AzureSqlManagedInstanceAdapter.ListManagedInstancesByInstancePool Method

Definition

Gets a list of all managed instances in an instance pool

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel> ListManagedInstancesByInstancePool (string resourceGroupName, string instancePoolName, string expand = default);
member this.ListManagedInstancesByInstancePool : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel>
Public Function ListManagedInstancesByInstancePool (resourceGroupName As String, instancePoolName As String, Optional expand As String = Nothing) As List(Of AzureSqlManagedInstanceModel)

Parameters

resourceGroupName
String
instancePoolName
String
expand
String

Returns

A list of all managed instances in an instance pool

Applies to