你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RequestRateByIntervalContent Constructor
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.
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.