ArmStreamAnalyticsModelFactory.StreamAnalyticsQueryCompilationError 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 StreamAnalyticsQueryCompilationError.
public static Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsQueryCompilationError StreamAnalyticsQueryCompilationError (string message = default, int? startLine = default, int? startColumn = default, int? endLine = default, int? endColumn = default, bool? isGlobal = default);
static member StreamAnalyticsQueryCompilationError : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> -> Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsQueryCompilationError
Public Shared Function StreamAnalyticsQueryCompilationError (Optional message As String = Nothing, Optional startLine As Nullable(Of Integer) = Nothing, Optional startColumn As Nullable(Of Integer) = Nothing, Optional endLine As Nullable(Of Integer) = Nothing, Optional endColumn As Nullable(Of Integer) = Nothing, Optional isGlobal As Nullable(Of Boolean) = Nothing) As StreamAnalyticsQueryCompilationError
Parameters
- message
- String
The content of the error message.
Describes the error location in the original query. Not set if isGlobal is true.
Describes the error location in the original query. Not set if isGlobal is true.
Describes the error location in the original query. Not set if isGlobal is true.
Describes the error location in the original query. Not set if isGlobal is true.
Returns
A new StreamAnalyticsQueryCompilationError instance for mocking.
Applies to
Azure SDK for .NET