Compartilhar via


VirtualMachineScaleSetsOperationsExtensions.ListByLocationNextAsync Método

Definição

Obtém todos os conjuntos de dimensionamento de VM na assinatura especificada para o local especificado.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>> ListByLocationNextAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationNextAsync : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>>
<Extension()>
Public Function ListByLocationNextAsync (operations As IVirtualMachineScaleSetsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualMachineScaleSet))

Parâmetros

operations
IVirtualMachineScaleSetsOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a