Freigeben über


StreamingJobCompatibilityLevel Struct

Definition

Controls certain runtime behaviors of the streaming job.

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

Constructors

Name Description
StreamingJobCompatibilityLevel(String)

Initializes a new instance of StreamingJobCompatibilityLevel.

Properties

Name Description
Level1_0

1.0

Level1_2

1.2

Methods

Name Description
Equals(StreamingJobCompatibilityLevel)

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

Name Description
Equality(StreamingJobCompatibilityLevel, StreamingJobCompatibilityLevel)

Determines if two StreamingJobCompatibilityLevel values are the same.

Implicit(String to StreamingJobCompatibilityLevel)

Converts a String to a StreamingJobCompatibilityLevel.

Inequality(StreamingJobCompatibilityLevel, StreamingJobCompatibilityLevel)

Determines if two StreamingJobCompatibilityLevel values are not the same.

Applies to