getLogAnalyticExportThrottledRequests

Export logs that show total throttled Api requests for this subscription in the given time window. Uses Azure REST API version 2024-11-01. Other available API versions: 2022-08-01, 2022-11-01, 2023-03-01, 2023-07-01, 2023-09-01, 2024-03-01, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native compute [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

LogAnalytics operation status response

Parameters

argument

null


suspend fun getLogAnalyticExportThrottledRequests(blobContainerSasUri: String, fromTime: String, groupByClientApplicationId: Boolean? = null, groupByOperationName: Boolean? = null, groupByResourceName: Boolean? = null, groupByThrottlePolicy: Boolean? = null, groupByUserAgent: Boolean? = null, location: String, toTime: String): GetLogAnalyticExportThrottledRequestsResult

Return

LogAnalytics operation status response

Parameters

blobContainerSasUri

SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.

fromTime

From time of the query

groupByClientApplicationId

Group query result by Client Application ID.

groupByOperationName

Group query result by Operation Name.

groupByResourceName

Group query result by Resource Name.

groupByThrottlePolicy

Group query result by Throttle Policy applied.

groupByUserAgent

Group query result by User Agent.

location

The location upon which virtual-machine-sizes is queried.

toTime

To time of the query

See also


Return

LogAnalytics operation status response

Parameters

argument

Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetLogAnalyticExportThrottledRequestsPlainArgs.

See also