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.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.