ILogAnalyticsOperations.GetWafLogAnalyticsRankingsWithHttpMessagesAsync 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.
Obter gráficos de análise de log do WAF para o perfil AFD
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Cdn.Models.WafRankingsResponse>> GetWafLogAnalyticsRankingsWithHttpMessagesAsync (string resourceGroupName, string profileName, System.Collections.Generic.IList<string> metrics, DateTime dateTimeBegin, DateTime dateTimeEnd, int maxRanking, System.Collections.Generic.IList<string> rankings, System.Collections.Generic.IList<string> actions = default, System.Collections.Generic.IList<string> ruleTypes = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWafLogAnalyticsRankingsWithHttpMessagesAsync : string * string * System.Collections.Generic.IList<string> * DateTime * DateTime * int * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Cdn.Models.WafRankingsResponse>>
Public Function GetWafLogAnalyticsRankingsWithHttpMessagesAsync (resourceGroupName As String, profileName As String, metrics As IList(Of String), dateTimeBegin As DateTime, dateTimeEnd As DateTime, maxRanking As Integer, rankings As IList(Of String), Optional actions As IList(Of String) = Nothing, Optional ruleTypes As IList(Of String) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WafRankingsResponse))
Parâmetros
- resourceGroupName
- String
Nome do grupo de recursos na assinatura do Azure.
- profileName
- String
Nome do perfil cdn que é exclusivo dentro do grupo de recursos.
- dateTimeBegin
- DateTime
- dateTimeEnd
- DateTime
- maxRanking
- Int32
- customHeaders
- Dictionary<String,List<String>>
Os cabeçalhos que serão adicionados à solicitação.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Exceções
Gerada quando a operação retornou um código de status inválido
Gerada quando não é possível desserializar a resposta
Gerado quando um parâmetro necessário é nulo
Aplica-se a
Azure SDK for .NET