RequestRateByIntervalContent 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 getRequestRateByInterval Api.
public class RequestRateByIntervalContent : Azure.ResourceManager.Compute.Models.LogAnalyticsInputBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent>
type RequestRateByIntervalContent = class
inherit LogAnalyticsInputBase
interface IJsonModel<RequestRateByIntervalContent>
interface IPersistableModel<RequestRateByIntervalContent>
Public Class RequestRateByIntervalContent
Inherits LogAnalyticsInputBase
Implements IJsonModel(Of RequestRateByIntervalContent), IPersistableModel(Of RequestRateByIntervalContent)
- Inheritance
- Implements
Constructors
RequestRateByIntervalContent(Uri, DateTimeOffset, DateTimeOffset, IntervalInMins) |
Initializes a new instance of RequestRateByIntervalContent. |
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) |
IntervalLength |
Interval value in minutes used to create LogAnalytics call rate logs. |
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