AzureSqlManagedInstanceCommunicator.ListByInstancePool 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.
Lists managed instances in an instance pool
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ManagedInstance> ListByInstancePool (string resourceGroupName, string instancePoolName, string expand = default);
member this.ListByInstancePool : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ManagedInstance>
Public Function ListByInstancePool (resourceGroupName As String, instancePoolName As String, Optional expand As String = Nothing) As IList(Of ManagedInstance)
Parameters
- resourceGroupName
- String
- instancePoolName
- String
- expand
- String