ThrottledRequestsContent 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 ThrottledRequestsContent : Azure.ResourceManager.Compute.Models.LogAnalyticsInputBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.ThrottledRequestsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ThrottledRequestsContent>
type ThrottledRequestsContent = class
inherit LogAnalyticsInputBase
interface IJsonModel<ThrottledRequestsContent>
interface IPersistableModel<ThrottledRequestsContent>
Public Class ThrottledRequestsContent
Inherits LogAnalyticsInputBase
Implements IJsonModel(Of ThrottledRequestsContent), IPersistableModel(Of ThrottledRequestsContent)
- Inheritance
- Implements
Constructors
ThrottledRequestsContent(Uri, DateTimeOffset, DateTimeOffset) |
Initializes a new instance of ThrottledRequestsContent. |
Properties
BlobContainerSasUri |
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. (Inherited from LogAnalyticsInputBase) |
FromTime |
From time of the query. (Inherited from LogAnalyticsInputBase) |
GroupByClientApplicationId |
Group query result by Client Application ID. (Inherited from LogAnalyticsInputBase) |
GroupByOperationName |
Group query result by Operation Name. (Inherited from LogAnalyticsInputBase) |
GroupByResourceName |
Group query result by Resource Name. (Inherited from LogAnalyticsInputBase) |
GroupByThrottlePolicy |
Group query result by Throttle Policy applied. (Inherited from LogAnalyticsInputBase) |
GroupByUserAgent |
Group query result by User Agent. (Inherited from LogAnalyticsInputBase) |
ToTime |
To time of the query. (Inherited from LogAnalyticsInputBase) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from LogAnalyticsInputBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET