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.beginExportRequestRateByInterval(String location,
RequestRateByIntervalInput parameters)
Export logs that show Api requests made by this subscription in the given time window to show throttling
activities.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>,LogAnalyticsOperationResultInner> |
LogAnalyticsClient.beginExportRequestRateByInterval(String location,
RequestRateByIntervalInput parameters,
com.azure.core.util.Context context)
Export logs that show Api requests made by this subscription in the given time window to show throttling
activities.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<LogAnalyticsOperationResultInner>,LogAnalyticsOperationResultInner> |
LogAnalyticsClient.beginExportRequestRateByIntervalAsync(String location,
RequestRateByIntervalInput parameters)
Export logs that show Api requests made by this subscription in the given time window to show throttling
activities.
|
LogAnalyticsOperationResultInner |
LogAnalyticsClient.exportRequestRateByInterval(String location,
RequestRateByIntervalInput parameters)
Export logs that show Api requests made by this subscription in the given time window to show throttling
activities.
|
LogAnalyticsOperationResultInner |
LogAnalyticsClient.exportRequestRateByInterval(String location,
RequestRateByIntervalInput parameters,
com.azure.core.util.Context context)
Export logs that show Api requests made by this subscription in the given time window to show throttling
activities.
|
Mono<LogAnalyticsOperationResultInner> |
LogAnalyticsClient.exportRequestRateByIntervalAsync(String location,
RequestRateByIntervalInput parameters)
Export logs that show Api requests made by this subscription in the given time window to show throttling
activities.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
LogAnalyticsClient.exportRequestRateByIntervalWithResponseAsync(String location,
RequestRateByIntervalInput parameters)
Export logs that show Api requests made by this subscription in the given time window to show throttling
activities.
|
Modifier and Type | Method and Description |
---|---|
RequestRateByIntervalInput |
RequestRateByIntervalInput.withIntervalLength(IntervalInMins intervalLength)
Set the intervalLength property: Interval value in minutes used to create LogAnalytics call rate logs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.