Partager via


AutoscaleSettingsOperationsExtensions.ListBySubscriptionNextAsync Méthode

Définition

Répertorie les paramètres de mise à l’échelle automatique d’un abonnement

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

Paramètres

operations
IAutoscaleSettingsOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à