RequestRateByIntervalInput Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RequestRateByIntervalInput() |
Initialisiert eine neue instance der RequestRateByIntervalInput-Klasse. |
RequestRateByIntervalInput(String, DateTime, DateTime, IntervalInMins, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initialisiert eine neue instance der RequestRateByIntervalInput-Klasse. |
RequestRateByIntervalInput()
Initialisiert eine neue instance der RequestRateByIntervalInput-Klasse.
public RequestRateByIntervalInput ();
Public Sub New ()
Gilt für:
RequestRateByIntervalInput(String, DateTime, DateTime, IntervalInMins, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
Initialisiert eine neue instance der RequestRateByIntervalInput-Klasse.
public RequestRateByIntervalInput (string blobContainerSasUri, DateTime fromTime, DateTime toTime, Microsoft.Azure.Management.Compute.Models.IntervalInMins intervalLength, bool? groupByThrottlePolicy = default, bool? groupByOperationName = default, bool? groupByResourceName = default, bool? groupByClientApplicationId = default, bool? groupByUserAgent = default);
new Microsoft.Azure.Management.Compute.Models.RequestRateByIntervalInput : string * DateTime * DateTime * Microsoft.Azure.Management.Compute.Models.IntervalInMins * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.RequestRateByIntervalInput
Public Sub New (blobContainerSasUri As String, fromTime As DateTime, toTime As DateTime, intervalLength As IntervalInMins, Optional groupByThrottlePolicy As Nullable(Of Boolean) = Nothing, Optional groupByOperationName As Nullable(Of Boolean) = Nothing, Optional groupByResourceName As Nullable(Of Boolean) = Nothing, Optional groupByClientApplicationId As Nullable(Of Boolean) = Nothing, Optional groupByUserAgent As Nullable(Of Boolean) = Nothing)
Parameter
- blobContainerSasUri
- String
SAS-URI des Protokollierungsblobcontainers, in den die LogAnalytics-API Ausgabeprotokolle schreibt.
- fromTime
- DateTime
Ab dem Zeitpunkt der Abfrage
- toTime
- DateTime
Zum Zeitpunkt der Abfrage
- intervalLength
- IntervalInMins
Intervallwert in Minuten, der zum Erstellen von LogAnalytics-Aufrufratenprotokollen verwendet wird. Mögliche Werte: "ThreeMins", "FiveMins", "ThirtyMins", "SixtyMins"
Gruppierungsabfrageergebnis nach angewendeter Drosselungsrichtlinie.
Gruppiert das Abfrageergebnis nach Clientanwendungs-ID.
Gilt für:
Azure SDK for .NET