1. Packages
  2. Azure Native
  3. API Docs
  4. compute
  5. getLogAnalyticExportRequestRateByInterval
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.compute.getLogAnalyticExportRequestRateByInterval

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Export logs that show Api requests made by this subscription in the given time window to show throttling activities.

Uses Azure REST API version 2023-03-01.

Other available API versions: 2020-12-01, 2021-03-01, 2021-04-01, 2021-07-01, 2021-11-01, 2022-03-01, 2022-08-01, 2022-11-01, 2023-07-01, 2023-09-01, 2024-03-01, 2024-07-01, 2024-11-01.

Using getLogAnalyticExportRequestRateByInterval

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getLogAnalyticExportRequestRateByInterval(args: GetLogAnalyticExportRequestRateByIntervalArgs, opts?: InvokeOptions): Promise<GetLogAnalyticExportRequestRateByIntervalResult>
function getLogAnalyticExportRequestRateByIntervalOutput(args: GetLogAnalyticExportRequestRateByIntervalOutputArgs, opts?: InvokeOptions): Output<GetLogAnalyticExportRequestRateByIntervalResult>
Copy
def get_log_analytic_export_request_rate_by_interval(blob_container_sas_uri: Optional[str] = None,
                                                     from_time: Optional[str] = None,
                                                     group_by_client_application_id: Optional[bool] = None,
                                                     group_by_operation_name: Optional[bool] = None,
                                                     group_by_resource_name: Optional[bool] = None,
                                                     group_by_throttle_policy: Optional[bool] = None,
                                                     group_by_user_agent: Optional[bool] = None,
                                                     interval_length: Optional[IntervalInMins] = None,
                                                     location: Optional[str] = None,
                                                     to_time: Optional[str] = None,
                                                     opts: Optional[InvokeOptions] = None) -> GetLogAnalyticExportRequestRateByIntervalResult
def get_log_analytic_export_request_rate_by_interval_output(blob_container_sas_uri: Optional[pulumi.Input[str]] = None,
                                                     from_time: Optional[pulumi.Input[str]] = None,
                                                     group_by_client_application_id: Optional[pulumi.Input[bool]] = None,
                                                     group_by_operation_name: Optional[pulumi.Input[bool]] = None,
                                                     group_by_resource_name: Optional[pulumi.Input[bool]] = None,
                                                     group_by_throttle_policy: Optional[pulumi.Input[bool]] = None,
                                                     group_by_user_agent: Optional[pulumi.Input[bool]] = None,
                                                     interval_length: Optional[pulumi.Input[IntervalInMins]] = None,
                                                     location: Optional[pulumi.Input[str]] = None,
                                                     to_time: Optional[pulumi.Input[str]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[GetLogAnalyticExportRequestRateByIntervalResult]
Copy
func GetLogAnalyticExportRequestRateByInterval(ctx *Context, args *GetLogAnalyticExportRequestRateByIntervalArgs, opts ...InvokeOption) (*GetLogAnalyticExportRequestRateByIntervalResult, error)
func GetLogAnalyticExportRequestRateByIntervalOutput(ctx *Context, args *GetLogAnalyticExportRequestRateByIntervalOutputArgs, opts ...InvokeOption) GetLogAnalyticExportRequestRateByIntervalResultOutput
Copy

> Note: This function is named GetLogAnalyticExportRequestRateByInterval in the Go SDK.

public static class GetLogAnalyticExportRequestRateByInterval 
{
    public static Task<GetLogAnalyticExportRequestRateByIntervalResult> InvokeAsync(GetLogAnalyticExportRequestRateByIntervalArgs args, InvokeOptions? opts = null)
    public static Output<GetLogAnalyticExportRequestRateByIntervalResult> Invoke(GetLogAnalyticExportRequestRateByIntervalInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetLogAnalyticExportRequestRateByIntervalResult> getLogAnalyticExportRequestRateByInterval(GetLogAnalyticExportRequestRateByIntervalArgs args, InvokeOptions options)
public static Output<GetLogAnalyticExportRequestRateByIntervalResult> getLogAnalyticExportRequestRateByInterval(GetLogAnalyticExportRequestRateByIntervalArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:compute:getLogAnalyticExportRequestRateByInterval
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BlobContainerSasUri This property is required. string
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
FromTime This property is required. string
From time of the query
IntervalLength This property is required. Pulumi.AzureNative.Compute.IntervalInMins
Interval value in minutes used to create LogAnalytics call rate logs.
Location
This property is required.
Changes to this property will trigger replacement.
string
The location upon which virtual-machine-sizes is queried.
ToTime This property is required. string
To time of the query
GroupByClientApplicationId bool
Group query result by Client Application ID.
GroupByOperationName bool
Group query result by Operation Name.
GroupByResourceName bool
Group query result by Resource Name.
GroupByThrottlePolicy bool
Group query result by Throttle Policy applied.
GroupByUserAgent bool
Group query result by User Agent.
BlobContainerSasUri This property is required. string
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
FromTime This property is required. string
From time of the query
IntervalLength This property is required. IntervalInMins
Interval value in minutes used to create LogAnalytics call rate logs.
Location
This property is required.
Changes to this property will trigger replacement.
string
The location upon which virtual-machine-sizes is queried.
ToTime This property is required. string
To time of the query
GroupByClientApplicationId bool
Group query result by Client Application ID.
GroupByOperationName bool
Group query result by Operation Name.
GroupByResourceName bool
Group query result by Resource Name.
GroupByThrottlePolicy bool
Group query result by Throttle Policy applied.
GroupByUserAgent bool
Group query result by User Agent.
blobContainerSasUri This property is required. String
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
fromTime This property is required. String
From time of the query
intervalLength This property is required. IntervalInMins
Interval value in minutes used to create LogAnalytics call rate logs.
location
This property is required.
Changes to this property will trigger replacement.
String
The location upon which virtual-machine-sizes is queried.
toTime This property is required. String
To time of the query
groupByClientApplicationId Boolean
Group query result by Client Application ID.
groupByOperationName Boolean
Group query result by Operation Name.
groupByResourceName Boolean
Group query result by Resource Name.
groupByThrottlePolicy Boolean
Group query result by Throttle Policy applied.
groupByUserAgent Boolean
Group query result by User Agent.
blobContainerSasUri This property is required. string
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
fromTime This property is required. string
From time of the query
intervalLength This property is required. IntervalInMins
Interval value in minutes used to create LogAnalytics call rate logs.
location
This property is required.
Changes to this property will trigger replacement.
string
The location upon which virtual-machine-sizes is queried.
toTime This property is required. string
To time of the query
groupByClientApplicationId boolean
Group query result by Client Application ID.
groupByOperationName boolean
Group query result by Operation Name.
groupByResourceName boolean
Group query result by Resource Name.
groupByThrottlePolicy boolean
Group query result by Throttle Policy applied.
groupByUserAgent boolean
Group query result by User Agent.
blob_container_sas_uri This property is required. str
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
from_time This property is required. str
From time of the query
interval_length This property is required. IntervalInMins
Interval value in minutes used to create LogAnalytics call rate logs.
location
This property is required.
Changes to this property will trigger replacement.
str
The location upon which virtual-machine-sizes is queried.
to_time This property is required. str
To time of the query
group_by_client_application_id bool
Group query result by Client Application ID.
group_by_operation_name bool
Group query result by Operation Name.
group_by_resource_name bool
Group query result by Resource Name.
group_by_throttle_policy bool
Group query result by Throttle Policy applied.
group_by_user_agent bool
Group query result by User Agent.
blobContainerSasUri This property is required. String
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
fromTime This property is required. String
From time of the query
intervalLength This property is required. "ThreeMins" | "FiveMins" | "ThirtyMins" | "SixtyMins"
Interval value in minutes used to create LogAnalytics call rate logs.
location
This property is required.
Changes to this property will trigger replacement.
String
The location upon which virtual-machine-sizes is queried.
toTime This property is required. String
To time of the query
groupByClientApplicationId Boolean
Group query result by Client Application ID.
groupByOperationName Boolean
Group query result by Operation Name.
groupByResourceName Boolean
Group query result by Resource Name.
groupByThrottlePolicy Boolean
Group query result by Throttle Policy applied.
groupByUserAgent Boolean
Group query result by User Agent.

getLogAnalyticExportRequestRateByInterval Result

The following output properties are available:

properties Property Map
LogAnalyticsOutput

Supporting Types

IntervalInMins

LogAnalyticsOutputResponse

Output This property is required. string
Output file Uri path to blob container.
Output This property is required. string
Output file Uri path to blob container.
output This property is required. String
Output file Uri path to blob container.
output This property is required. string
Output file Uri path to blob container.
output This property is required. str
Output file Uri path to blob container.
output This property is required. String
Output file Uri path to blob container.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi