StreamingJobState 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.
The current execution state of the streaming job.
public readonly struct StreamingJobState : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobState>
type StreamingJobState = struct
Public Structure StreamingJobState
Implements IEquatable(Of StreamingJobState)
- Inheritance
-
StreamingJobState
- Implements
Constructors
StreamingJobState(String) |
Initializes a new instance of StreamingJobState. |
Properties
Created |
The job is currently in the Created state. |
Degraded |
The job is currently in the Degraded state. |
Deleting |
The job is currently in the Deleting state. |
Failed |
The job is currently in the Failed state. |
Restarting |
The job is currently in the Restarting state. |
Running |
The job is currently in the Running state. |
Scaling |
The job is currently in the Scaling state. |
Starting |
The job is currently in the Starting state. |
Stopped |
The job is currently in the Stopped state. |
Stopping |
The job is currently in the Stopping state. |
Methods
Equals(StreamingJobState) |
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(StreamingJobState, StreamingJobState) |
Determines if two StreamingJobState values are the same. |
Implicit(String to StreamingJobState) |
Converts a string to a StreamingJobState. |
Inequality(StreamingJobState, StreamingJobState) |
Determines if two StreamingJobState values are not the same. |
Applies to
Azure SDK for .NET