Compartilhar via


InstancesOperationsExtensions.ListByAccountAsync Método

Definição

Retorna instâncias para o nome da conta fornecido.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceUpdate.Models.Instance>> ListByAccountAsync (this Microsoft.Azure.Management.DeviceUpdate.IInstancesOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListByAccountAsync : Microsoft.Azure.Management.DeviceUpdate.IInstancesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DeviceUpdate.Models.Instance>>
<Extension()>
Public Function ListByAccountAsync (operations As IInstancesOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Instance))

Parâmetros

operations
IInstancesOperations

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

resourceGroupName
String

O nome do grupo de recursos.

accountName
String

Nome da conta.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a