共用方式為


ManagedInstancesOperationsExtensions.ListAsync Method

Definition

Gets a list of all managed instances in the subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceInner>> ListAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedInstancesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedInstancesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceInner>>
<Extension()>
Public Function ListAsync (operations As IManagedInstancesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedInstanceInner))

Parameters

operations
IManagedInstancesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to