Sdílet prostřednictvím


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