AzureSqlManagedInstanceAdapter.ListManagedInstancesByResourceGroup Method

Definition

Gets a list of all the managed instances in a resource group

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

Parameters

resourceGroupName
String

The name of the resource group

expand
String

The child resources to include in the response.

Returns

A list of all the managed instances

Applies to