Freigeben über


AlertsOperationsExtensions.GetAllNextAsync Methode

Definition

Listen Sie alle vorhandenen Warnungen auf, wobei die Ergebnisse anhand mehrerer Parameter (z. B. Zeitbereich) gefiltert werden können. Die Ergebnisse können dann anhand der spezifischen Felder sortiert werden, wobei die Standardeinstellung lastModifiedDateTime ist.

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

Parameter

operations
IAlertsOperations

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: