Partager via


ActivityLogAlertsOperationsExtensions.ListBySubscriptionIdNextAsync Méthode

Définition

Obtenez la liste de toutes les règles d’alerte de journal d’activité dans un abonnement.

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

Paramètres

operations
IActivityLogAlertsOperations

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 à