StreamAnalyticsQueryTestingResultStatus Struct

Definition

The status of the query testing request.

public readonly struct StreamAnalyticsQueryTestingResultStatus : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsQueryTestingResultStatus>
type StreamAnalyticsQueryTestingResultStatus = struct
Public Structure StreamAnalyticsQueryTestingResultStatus
Implements IEquatable(Of StreamAnalyticsQueryTestingResultStatus)
Inheritance
StreamAnalyticsQueryTestingResultStatus
Implements

Constructors

StreamAnalyticsQueryTestingResultStatus(String)

Initializes a new instance of StreamAnalyticsQueryTestingResultStatus.

Properties

CompilerError

The query testing operation failed due to a compiler error.

RuntimeError

The query testing operation failed due to a runtime error.

Started

The query testing operation was initiated.

Success

The query testing operation succeeded.

Timeout

The query testing operation failed due to a timeout.

UnknownError

The query testing operation failed due to an unknown error .

Methods

Equals(StreamAnalyticsQueryTestingResultStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StreamAnalyticsQueryTestingResultStatus, StreamAnalyticsQueryTestingResultStatus)

Determines if two StreamAnalyticsQueryTestingResultStatus values are the same.

Implicit(String to StreamAnalyticsQueryTestingResultStatus)

Converts a string to a StreamAnalyticsQueryTestingResultStatus.

Inequality(StreamAnalyticsQueryTestingResultStatus, StreamAnalyticsQueryTestingResultStatus)

Determines if two StreamAnalyticsQueryTestingResultStatus values are not the same.

Applies to