ThrottledRequestsInput Class

Definition

Api request input for LogAnalytics getThrottledRequests Api.

public class ThrottledRequestsInput : Microsoft.Azure.Management.Compute.Fluent.Models.LogAnalyticsInputBase
type ThrottledRequestsInput = class
    inherit LogAnalyticsInputBase
Public Class ThrottledRequestsInput
Inherits LogAnalyticsInputBase
Inheritance
ThrottledRequestsInput

Constructors

ThrottledRequestsInput()

Initializes a new instance of the ThrottledRequestsInput class.

ThrottledRequestsInput(String, DateTime, DateTime, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the ThrottledRequestsInput class.

Properties

BlobContainerSasUri

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

(Inherited from LogAnalyticsInputBase)
FromTime

Gets or sets from time of the query

(Inherited from LogAnalyticsInputBase)
GroupByOperationName

Gets or sets group query result by Operation Name.

(Inherited from LogAnalyticsInputBase)
GroupByResourceName

Gets or sets group query result by Resource Name.

(Inherited from LogAnalyticsInputBase)
GroupByThrottlePolicy

Gets or sets group query result by Throttle Policy applied.

(Inherited from LogAnalyticsInputBase)
ToTime

Gets or sets to time of the query

(Inherited from LogAnalyticsInputBase)

Methods

Validate()

Validate the object.

Applies to