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
| 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. |