Partager via


VirtualMachineScaleSetsOperationsExtensions.ListByLocationNextAsync Méthode

Définition

Obtient tous les groupes de machines virtuelles identiques sous l’abonnement spécifié pour l’emplacement spécifié.

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))

Paramètres

operations
IVirtualMachineScaleSetsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à