Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>,LogAnalyticsOperationResultInner> |
LogAnalyticsClient.beginExportThrottledRequests(String location,
LogAnalyticsInputBase parameters)
Export logs that show total throttled Api requests for this subscription in the given time window.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>,LogAnalyticsOperationResultInner> |
LogAnalyticsClient.beginExportThrottledRequests(String location,
LogAnalyticsInputBase parameters,
com.azure.core.util.Context context)
Export logs that show total throttled Api requests for this subscription in the given time window.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>,LogAnalyticsOperationResultInner> |
LogAnalyticsClient.beginExportThrottledRequestsAsync(String location,
LogAnalyticsInputBase parameters)
Export logs that show total throttled Api requests for this subscription in the given time window.
|
LogAnalyticsOperationResultInner |
LogAnalyticsClient.exportThrottledRequests(String location,
LogAnalyticsInputBase parameters)
Export logs that show total throttled Api requests for this subscription in the given time window.
|
LogAnalyticsOperationResultInner |
LogAnalyticsClient.exportThrottledRequests(String location,
LogAnalyticsInputBase parameters,
com.azure.core.util.Context context)
Export logs that show total throttled Api requests for this subscription in the given time window.
|
Mono<LogAnalyticsOperationResultInner> |
LogAnalyticsClient.exportThrottledRequestsAsync(String location,
LogAnalyticsInputBase parameters)
Export logs that show total throttled Api requests for this subscription in the given time window.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
LogAnalyticsClient.exportThrottledRequestsWithResponseAsync(String location,
LogAnalyticsInputBase parameters)
Export logs that show total throttled Api requests for this subscription in the given time window.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestRateByIntervalInput
Api request input for LogAnalytics getRequestRateByInterval Api.
|
class |
ThrottledRequestsInput
Api request input for LogAnalytics getThrottledRequests Api.
|
Modifier and Type | Method and Description |
---|---|
LogAnalyticsInputBase |
LogAnalyticsInputBase.withBlobContainerSasUri(String blobContainerSasUri)
Set the blobContainerSasUri property: SAS Uri of the logging blob container to which LogAnalytics Api writes
output logs to.
|
LogAnalyticsInputBase |
LogAnalyticsInputBase.withFromTime(OffsetDateTime fromTime)
Set the fromTime property: From time of the query.
|
LogAnalyticsInputBase |
LogAnalyticsInputBase.withGroupByOperationName(Boolean groupByOperationName)
Set the groupByOperationName property: Group query result by Operation Name.
|
LogAnalyticsInputBase |
LogAnalyticsInputBase.withGroupByResourceName(Boolean groupByResourceName)
Set the groupByResourceName property: Group query result by Resource Name.
|
LogAnalyticsInputBase |
LogAnalyticsInputBase.withGroupByThrottlePolicy(Boolean groupByThrottlePolicy)
Set the groupByThrottlePolicy property: Group query result by Throttle Policy applied.
|
LogAnalyticsInputBase |
LogAnalyticsInputBase.withToTime(OffsetDateTime toTime)
Set the toTime property: To time of the query.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.