LogAnalyticsOperationResult 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
LogAnalyticsOperationResult() | |
LogAnalyticsOperationResult(String, String, Nullable<DateTime>, Nullable<DateTime>, ApiError, LogAnalyticsOutput) |
LogAnalyticsOperationResult()
public LogAnalyticsOperationResult ();
Public Sub New ()
Applies to
LogAnalyticsOperationResult(String, String, Nullable<DateTime>, Nullable<DateTime>, ApiError, LogAnalyticsOutput)
public LogAnalyticsOperationResult (string name = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError error = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.LogAnalyticsOutput properties = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.LogAnalyticsOperationResult : string * string * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.LogAnalyticsOutput -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.LogAnalyticsOperationResult
Public Sub New (Optional name As String = Nothing, Optional status As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional error As ApiError = Nothing, Optional properties As LogAnalyticsOutput = Nothing)
Parameters
- name
- String
- status
- String
- error
- ApiError
- properties
- LogAnalyticsOutput