AlertsOperationsExtensions.GetAllNextAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Liste todos os alertas existentes, em que os resultados podem ser filtrados com base em vários parâmetros (por exemplo, intervalo de tempo). Em seguida, os resultados podem ser classificados com base em campos específicos, com o padrão sendo lastModifiedDateTime.
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))
Parâmetros
- operations
- IAlertsOperations
O grupo de operações para esse método de extensão.
- nextPageLink
- String
O NextLink da chamada bem-sucedida anterior para a operação Listar.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET