RequestRateByIntervalInput 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
RequestRateByIntervalInput() | |
RequestRateByIntervalInput(String, DateTime, DateTime, IntervalInMins, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
RequestRateByIntervalInput()
public RequestRateByIntervalInput ();
Public Sub New ()
Applies to
RequestRateByIntervalInput(String, DateTime, DateTime, IntervalInMins, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
public RequestRateByIntervalInput (string blobContainerSasUri, DateTime fromTime, DateTime toTime, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.IntervalInMins intervalLength, bool? groupByThrottlePolicy = default, bool? groupByOperationName = default, bool? groupByResourceName = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RequestRateByIntervalInput : string * DateTime * DateTime * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.IntervalInMins * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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)
Parameters
- blobContainerSasUri
- String
- fromTime
- DateTime
- toTime
- DateTime
- intervalLength
- IntervalInMins