StreamingJobCompatibilityLevel Struct
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.
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
StreamingJobCompatibilityLevel(String) |
Initializes a new instance of StreamingJobCompatibilityLevel. |
Properties
Level1_0 |
1.0 |
Level1_2 |
1.2 |
Methods
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
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
Azure SDK for .NET