Share via


ManagedInstancesOperationsExtensions.List Method

Definition

Gets a list of all managed instances in the subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstance> List (this Microsoft.Azure.Management.Sql.IManagedInstancesOperations operations, string expand = default);
static member List : Microsoft.Azure.Management.Sql.IManagedInstancesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstance>
<Extension()>
Public Function List (operations As IManagedInstancesOperations, Optional expand As String = Nothing) As IPage(Of ManagedInstance)

Parameters

operations
IManagedInstancesOperations

The operations group for this extension method.

expand
String

The child resources to include in the response.

Returns

Applies to