ArmStreamAnalyticsModelFactory.StreamingJobDiagnosticCondition Method
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 StreamingJobDiagnosticCondition.
public static Azure.ResourceManager.StreamAnalytics.Models.StreamingJobDiagnosticCondition StreamingJobDiagnosticCondition (DateTimeOffset? since = default, string code = default, string message = default);
static member StreamingJobDiagnosticCondition : Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.StreamAnalytics.Models.StreamingJobDiagnosticCondition
Public Shared Function StreamingJobDiagnosticCondition (Optional since As Nullable(Of DateTimeOffset) = Nothing, Optional code As String = Nothing, Optional message As String = Nothing) As StreamingJobDiagnosticCondition
Parameters
- since
- Nullable<DateTimeOffset>
The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
- code
- String
The opaque diagnostic code.
- message
- String
The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
Returns
A new StreamingJobDiagnosticCondition instance for mocking.
Applies to
Azure SDK for .NET