Sdílet prostřednictvím


AzureSqlManagedInstanceAdapter.ListManagedInstances(String) Method

Definition

Gets a list of all the managed instances in a subscription

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

Parameters

expand
String

Returns

A list of all the managed instances

Applies to