get Log Analytic Export Throttled Requests
suspend fun getLogAnalyticExportThrottledRequests(argument: GetLogAnalyticExportThrottledRequestsPlainArgs): GetLogAnalyticExportThrottledRequestsResult
Export logs that show total throttled Api requests for this subscription in the given time window. API Version: 2020-12-01.
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
blob Container Sas Uri
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
from Time
From time of the query
group By Client Application Id
Group query result by Client Application ID.
group By Operation Name
Group query result by Operation Name.
group By Resource Name
Group query result by Resource Name.
group By Throttle Policy
Group query result by Throttle Policy applied.
group By User Agent
Group query result by User Agent.
location
The location upon which virtual-machine-sizes is queried.
to Time
To time of the query
See also
suspend fun getLogAnalyticExportThrottledRequests(argument: suspend GetLogAnalyticExportThrottledRequestsPlainArgsBuilder.() -> Unit): GetLogAnalyticExportThrottledRequestsResult
Return
LogAnalytics operation status response
Parameters
argument
Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetLogAnalyticExportThrottledRequestsPlainArgs.