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