ThrottledRequestsInput Class

Api request input for LogAnalytics getThrottledRequests Api.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute.v2019_12_01.models._models_py3.LogAnalyticsInputBase
ThrottledRequestsInput

Constructor

ThrottledRequestsInput(*, blob_container_sas_uri: str, from_time: datetime, to_time: datetime, group_by_throttle_policy: bool | None = None, group_by_operation_name: bool | None = None, group_by_resource_name: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
blob_container_sas_uri
str

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

from_time

From time of the query. Required.

to_time

To time of the query. Required.

group_by_throttle_policy

Group query result by Throttle Policy applied.

group_by_operation_name

Group query result by Operation Name.

group_by_resource_name

Group query result by Resource Name.

Variables

Name Description
blob_container_sas_uri
str

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

from_time

From time of the query. Required.

to_time

To time of the query. Required.

group_by_throttle_policy

Group query result by Throttle Policy applied.

group_by_operation_name

Group query result by Operation Name.

group_by_resource_name

Group query result by Resource Name.