Compartilhar via


ManagedInstancesOperationsExtensions.ListAsync Método

Definição

Obtém uma lista de todas as instâncias gerenciadas na assinatura.

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

Parâmetros

operations
IManagedInstancesOperations

O grupo de operações para esse método de extensão.

expand
String

Os recursos filho a serem incluídos na resposta.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a