ThrottledRequestsInput Constructors
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.
Overloads
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. |
ThrottledRequestsInput()
Initializes a new instance of the ThrottledRequestsInput class.
public ThrottledRequestsInput ();
Public Sub New ()
Applies to
ThrottledRequestsInput(String, DateTime, DateTime, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the ThrottledRequestsInput class.
public ThrottledRequestsInput (string blobContainerSasUri, DateTime fromTime, DateTime toTime, bool? groupByThrottlePolicy = default, bool? groupByOperationName = default, bool? groupByResourceName = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput : string * DateTime * DateTime * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Fluent.Models.ThrottledRequestsInput
Public Sub New (blobContainerSasUri As String, fromTime As DateTime, toTime As DateTime, Optional groupByThrottlePolicy As Nullable(Of Boolean) = Nothing, Optional groupByOperationName As Nullable(Of Boolean) = Nothing, Optional groupByResourceName As Nullable(Of Boolean) = Nothing)
Parameters
- blobContainerSasUri
- String
SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
- fromTime
- DateTime
From time of the query
- toTime
- DateTime
To time of the query
Applies to
Azure SDK for .NET