StreamingJobType 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.
Describes the type of the job. Valid modes are Cloud
and 'Edge'.
public readonly struct StreamingJobType : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobType>
type StreamingJobType = struct
Public Structure StreamingJobType
Implements IEquatable(Of StreamingJobType)
- Inheritance
-
StreamingJobType
- Implements
Constructors
StreamingJobType(String) |
Initializes a new instance of StreamingJobType. |
Properties
Cloud |
Cloud. |
Edge |
Edge. |
Methods
Equals(StreamingJobType) |
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(StreamingJobType, StreamingJobType) |
Determines if two StreamingJobType values are the same. |
Implicit(String to StreamingJobType) |
Converts a string to a StreamingJobType. |
Inequality(StreamingJobType, StreamingJobType) |
Determines if two StreamingJobType values are not the same. |