AzureSqlManagedInstanceAdapter.ListManagedInstancesByResourceGroup 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 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