Freigeben über


ActivityLogAlertsOperationsExtensions.ListBySubscriptionIdNextAsync Methode

Definition

Ruft eine Liste aller Aktivitätsprotokollwarnungsregeln in einem Abonnement ab.

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

Parameter

operations
IActivityLogAlertsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: