AzureSqlManagedInstanceAdapter.ListManagedInstancesByInstancePool Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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