ThrottledRequestsInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET