Share via


RequestRateByIntervalContent Constructor

Definition

Initializes a new instance of RequestRateByIntervalContent.

public RequestRateByIntervalContent (Uri blobContainerSasUri, DateTimeOffset fromTime, DateTimeOffset toTime, Azure.ResourceManager.Compute.Models.IntervalInMins intervalLength);
new Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent : Uri * DateTimeOffset * DateTimeOffset * Azure.ResourceManager.Compute.Models.IntervalInMins -> Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent
Public Sub New (blobContainerSasUri As Uri, fromTime As DateTimeOffset, toTime As DateTimeOffset, intervalLength As IntervalInMins)

Parameters

blobContainerSasUri
Uri

SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.

fromTime
DateTimeOffset

From time of the query.

toTime
DateTimeOffset

To time of the query.

intervalLength
IntervalInMins

Interval value in minutes used to create LogAnalytics call rate logs.

Exceptions

blobContainerSasUri is null.

Applies to