Compartir a través de


ManagedInstancesOperationsExtensions.ListAsync Método

Definición

Obtiene una lista de todas las instancias administradas de la suscripción.

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

Grupo de operaciones para este método de extensión.

expand
String

Los recursos secundarios que se van a incluir en la respuesta.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a