Share via


AzureSqlManagedInstanceCommunicator.ListByResourceGroup Method

Definition

Lists Managed instances in a resource group

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ManagedInstance> ListByResourceGroup (string resourceGroupName, string expand = default);
member this.ListByResourceGroup : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ManagedInstance>
Public Function ListByResourceGroup (resourceGroupName As String, Optional expand As String = Nothing) As IList(Of ManagedInstance)

Parameters

resourceGroupName
String
expand
String

Returns

Applies to