Dela via


LogAnalyticsClient Interface

public interface LogAnalyticsClient

An instance of this class provides access to all the operations defined in LogAnalyticsClient.

Method Summary

Modifier and Type Method and Description
abstract ContinentsResponseInner getLogAnalyticsLocations(String resourceGroupName, String profileName)

Get all available location names for AFD log analytics report.

abstract Mono<ContinentsResponseInner> getLogAnalyticsLocationsAsync(String resourceGroupName, String profileName)

Get all available location names for AFD log analytics report.

abstract Response<ContinentsResponseInner> getLogAnalyticsLocationsWithResponse(String resourceGroupName, String profileName, Context context)

Get all available location names for AFD log analytics report.

abstract Mono<Response<ContinentsResponseInner>> getLogAnalyticsLocationsWithResponseAsync(String resourceGroupName, String profileName)

Get all available location names for AFD log analytics report.

abstract MetricsResponseInner getLogAnalyticsMetrics(String resourceGroupName, String profileName, List<LogMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List<String> customDomains, List<String> protocols)

Get log report for AFD profile.

abstract Mono<MetricsResponseInner> getLogAnalyticsMetricsAsync(String resourceGroupName, String profileName, List<LogMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List<String> customDomains, List<String> protocols)

Get log report for AFD profile.

abstract Response<MetricsResponseInner> getLogAnalyticsMetricsWithResponse(String resourceGroupName, String profileName, List<LogMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List<String> customDomains, List<String> protocols, List<LogMetricsGroupBy> groupBy, List<String> continents, List<String> countryOrRegions, Context context)

Get log report for AFD profile.

abstract Mono<Response<MetricsResponseInner>> getLogAnalyticsMetricsWithResponseAsync(String resourceGroupName, String profileName, List<LogMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List<String> customDomains, List<String> protocols, List<LogMetricsGroupBy> groupBy, List<String> continents, List<String> countryOrRegions)

Get log report for AFD profile.

abstract RankingsResponseInner getLogAnalyticsRankings(String resourceGroupName, String profileName, List<LogRanking> rankings, List<LogRankingMetric> metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd)

Get log analytics ranking report for AFD profile.

abstract Mono<RankingsResponseInner> getLogAnalyticsRankingsAsync(String resourceGroupName, String profileName, List<LogRanking> rankings, List<LogRankingMetric> metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd)

Get log analytics ranking report for AFD profile.

abstract Response<RankingsResponseInner> getLogAnalyticsRankingsWithResponse(String resourceGroupName, String profileName, List<LogRanking> rankings, List<LogRankingMetric> metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, List<String> customDomains, Context context)

Get log analytics ranking report for AFD profile.

abstract Mono<Response<RankingsResponseInner>> getLogAnalyticsRankingsWithResponseAsync(String resourceGroupName, String profileName, List<LogRanking> rankings, List<LogRankingMetric> metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, List<String> customDomains)

Get log analytics ranking report for AFD profile.

abstract ResourcesResponseInner getLogAnalyticsResources(String resourceGroupName, String profileName)

Get all endpoints and custom domains available for AFD log report.

abstract Mono<ResourcesResponseInner> getLogAnalyticsResourcesAsync(String resourceGroupName, String profileName)

Get all endpoints and custom domains available for AFD log report.

abstract Response<ResourcesResponseInner> getLogAnalyticsResourcesWithResponse(String resourceGroupName, String profileName, Context context)

Get all endpoints and custom domains available for AFD log report.

abstract Mono<Response<ResourcesResponseInner>> getLogAnalyticsResourcesWithResponseAsync(String resourceGroupName, String profileName)

Get all endpoints and custom domains available for AFD log report.

abstract WafMetricsResponseInner getWafLogAnalyticsMetrics(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity)

Get Waf related log analytics report for AFD profile.

abstract Mono<WafMetricsResponseInner> getWafLogAnalyticsMetricsAsync(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity)

Get Waf related log analytics report for AFD profile.

abstract Response<WafMetricsResponseInner> getWafLogAnalyticsMetricsWithResponse(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity, List<WafAction> actions, List<WafRankingGroupBy> groupBy, List<WafRuleType> ruleTypes, Context context)

Get Waf related log analytics report for AFD profile.

abstract Mono<Response<WafMetricsResponseInner>> getWafLogAnalyticsMetricsWithResponseAsync(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity, List<WafAction> actions, List<WafRankingGroupBy> groupBy, List<WafRuleType> ruleTypes)

Get Waf related log analytics report for AFD profile.

abstract WafRankingsResponseInner getWafLogAnalyticsRankings(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List<WafRankingType> rankings)

Get WAF log analytics charts for AFD profile.

abstract Mono<WafRankingsResponseInner> getWafLogAnalyticsRankingsAsync(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List<WafRankingType> rankings)

Get WAF log analytics charts for AFD profile.

abstract Response<WafRankingsResponseInner> getWafLogAnalyticsRankingsWithResponse(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List<WafRankingType> rankings, List<WafAction> actions, List<WafRuleType> ruleTypes, Context context)

Get WAF log analytics charts for AFD profile.

abstract Mono<Response<WafRankingsResponseInner>> getWafLogAnalyticsRankingsWithResponseAsync(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List<WafRankingType> rankings, List<WafAction> actions, List<WafRuleType> ruleTypes)

Get WAF log analytics charts for AFD profile.

Method Details

getLogAnalyticsLocations

public abstract ContinentsResponseInner getLogAnalyticsLocations(String resourceGroupName, String profileName)

Get all available location names for AFD log analytics report.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.

Returns:

all available location names for AFD log analytics report.

getLogAnalyticsLocationsAsync

public abstract Mono getLogAnalyticsLocationsAsync(String resourceGroupName, String profileName)

Get all available location names for AFD log analytics report.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.

Returns:

all available location names for AFD log analytics report on successful completion of Mono.

getLogAnalyticsLocationsWithResponse

public abstract Response getLogAnalyticsLocationsWithResponse(String resourceGroupName, String profileName, Context context)

Get all available location names for AFD log analytics report.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
context - The context to associate with this operation.

Returns:

all available location names for AFD log analytics report along with Response<T>.

getLogAnalyticsLocationsWithResponseAsync

public abstract Mono> getLogAnalyticsLocationsWithResponseAsync(String resourceGroupName, String profileName)

Get all available location names for AFD log analytics report.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.

Returns:

all available location names for AFD log analytics report along with Response<T> on successful completion of Mono.

getLogAnalyticsMetrics

public abstract MetricsResponseInner getLogAnalyticsMetrics(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List customDomains, List protocols)

Get log report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
granularity - The granularity parameter.
customDomains - The customDomains parameter.
protocols - The protocols parameter.

Returns:

log report for AFD profile.

getLogAnalyticsMetricsAsync

public abstract Mono getLogAnalyticsMetricsAsync(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List customDomains, List protocols)

Get log report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
granularity - The granularity parameter.
customDomains - The customDomains parameter.
protocols - The protocols parameter.

Returns:

log report for AFD profile on successful completion of Mono.

getLogAnalyticsMetricsWithResponse

public abstract Response getLogAnalyticsMetricsWithResponse(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List customDomains, List protocols, List groupBy, List continents, List countryOrRegions, Context context)

Get log report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
granularity - The granularity parameter.
customDomains - The customDomains parameter.
protocols - The protocols parameter.
groupBy - The groupBy parameter.
continents - The continents parameter.
countryOrRegions - The countryOrRegions parameter.
context - The context to associate with this operation.

Returns:

log report for AFD profile along with Response<T>.

getLogAnalyticsMetricsWithResponseAsync

public abstract Mono> getLogAnalyticsMetricsWithResponseAsync(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List customDomains, List protocols, List groupBy, List continents, List countryOrRegions)

Get log report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
granularity - The granularity parameter.
customDomains - The customDomains parameter.
protocols - The protocols parameter.
groupBy - The groupBy parameter.
continents - The continents parameter.
countryOrRegions - The countryOrRegions parameter.

Returns:

log report for AFD profile along with Response<T> on successful completion of Mono.

getLogAnalyticsRankings

public abstract RankingsResponseInner getLogAnalyticsRankings(String resourceGroupName, String profileName, List rankings, List metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd)

Get log analytics ranking report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
rankings - The rankings parameter.
metrics - The metrics parameter.
maxRanking - The maxRanking parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.

Returns:

log analytics ranking report for AFD profile.

getLogAnalyticsRankingsAsync

public abstract Mono getLogAnalyticsRankingsAsync(String resourceGroupName, String profileName, List rankings, List metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd)

Get log analytics ranking report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
rankings - The rankings parameter.
metrics - The metrics parameter.
maxRanking - The maxRanking parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.

Returns:

log analytics ranking report for AFD profile on successful completion of Mono.

getLogAnalyticsRankingsWithResponse

public abstract Response getLogAnalyticsRankingsWithResponse(String resourceGroupName, String profileName, List rankings, List metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, List customDomains, Context context)

Get log analytics ranking report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
rankings - The rankings parameter.
metrics - The metrics parameter.
maxRanking - The maxRanking parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
customDomains - The customDomains parameter.
context - The context to associate with this operation.

Returns:

log analytics ranking report for AFD profile along with Response<T>.

getLogAnalyticsRankingsWithResponseAsync

public abstract Mono> getLogAnalyticsRankingsWithResponseAsync(String resourceGroupName, String profileName, List rankings, List metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, List customDomains)

Get log analytics ranking report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
rankings - The rankings parameter.
metrics - The metrics parameter.
maxRanking - The maxRanking parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
customDomains - The customDomains parameter.

Returns:

log analytics ranking report for AFD profile along with Response<T> on successful completion of Mono.

getLogAnalyticsResources

public abstract ResourcesResponseInner getLogAnalyticsResources(String resourceGroupName, String profileName)

Get all endpoints and custom domains available for AFD log report.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.

Returns:

all endpoints and custom domains available for AFD log report.

getLogAnalyticsResourcesAsync

public abstract Mono getLogAnalyticsResourcesAsync(String resourceGroupName, String profileName)

Get all endpoints and custom domains available for AFD log report.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.

Returns:

all endpoints and custom domains available for AFD log report on successful completion of Mono.

getLogAnalyticsResourcesWithResponse

public abstract Response getLogAnalyticsResourcesWithResponse(String resourceGroupName, String profileName, Context context)

Get all endpoints and custom domains available for AFD log report.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
context - The context to associate with this operation.

Returns:

all endpoints and custom domains available for AFD log report along with Response<T>.

getLogAnalyticsResourcesWithResponseAsync

public abstract Mono> getLogAnalyticsResourcesWithResponseAsync(String resourceGroupName, String profileName)

Get all endpoints and custom domains available for AFD log report.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.

Returns:

all endpoints and custom domains available for AFD log report along with Response<T> on successful completion of Mono.

getWafLogAnalyticsMetrics

public abstract WafMetricsResponseInner getWafLogAnalyticsMetrics(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity)

Get Waf related log analytics report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
granularity - The granularity parameter.

Returns:

waf related log analytics report for AFD profile.

getWafLogAnalyticsMetricsAsync

public abstract Mono getWafLogAnalyticsMetricsAsync(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity)

Get Waf related log analytics report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
granularity - The granularity parameter.

Returns:

waf related log analytics report for AFD profile on successful completion of Mono.

getWafLogAnalyticsMetricsWithResponse

public abstract Response getWafLogAnalyticsMetricsWithResponse(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity, List actions, List groupBy, List ruleTypes, Context context)

Get Waf related log analytics report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
granularity - The granularity parameter.
actions - The actions parameter.
groupBy - The groupBy parameter.
ruleTypes - The ruleTypes parameter.
context - The context to associate with this operation.

Returns:

waf related log analytics report for AFD profile along with Response<T>.

getWafLogAnalyticsMetricsWithResponseAsync

public abstract Mono> getWafLogAnalyticsMetricsWithResponseAsync(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity, List actions, List groupBy, List ruleTypes)

Get Waf related log analytics report for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
granularity - The granularity parameter.
actions - The actions parameter.
groupBy - The groupBy parameter.
ruleTypes - The ruleTypes parameter.

Returns:

waf related log analytics report for AFD profile along with Response<T> on successful completion of Mono.

getWafLogAnalyticsRankings

public abstract WafRankingsResponseInner getWafLogAnalyticsRankings(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List rankings)

Get WAF log analytics charts for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
maxRanking - The maxRanking parameter.
rankings - The rankings parameter.

Returns:

wAF log analytics charts for AFD profile.

getWafLogAnalyticsRankingsAsync

public abstract Mono getWafLogAnalyticsRankingsAsync(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List rankings)

Get WAF log analytics charts for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
maxRanking - The maxRanking parameter.
rankings - The rankings parameter.

Returns:

wAF log analytics charts for AFD profile on successful completion of Mono.

getWafLogAnalyticsRankingsWithResponse

public abstract Response getWafLogAnalyticsRankingsWithResponse(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List rankings, List actions, List ruleTypes, Context context)

Get WAF log analytics charts for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
maxRanking - The maxRanking parameter.
rankings - The rankings parameter.
actions - The actions parameter.
ruleTypes - The ruleTypes parameter.
context - The context to associate with this operation.

Returns:

wAF log analytics charts for AFD profile along with Response<T>.

getWafLogAnalyticsRankingsWithResponseAsync

public abstract Mono> getWafLogAnalyticsRankingsWithResponseAsync(String resourceGroupName, String profileName, List metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List rankings, List actions, List ruleTypes)

Get WAF log analytics charts for AFD profile.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
profileName - Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group. which is unique within the resource group.
metrics - The metrics parameter.
dateTimeBegin - The dateTimeBegin parameter.
dateTimeEnd - The dateTimeEnd parameter.
maxRanking - The maxRanking parameter.
rankings - The rankings parameter.
actions - The actions parameter.
ruleTypes - The ruleTypes parameter.

Returns:

wAF log analytics charts for AFD profile along with Response<T> on successful completion of Mono.

Applies to