Partager via


JobState Struct

Definition

The current execution state of the streaming job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.JobStateTypeConverter))]
public struct JobState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.JobState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.JobStateTypeConverter))>]
type JobState = struct
    interface IArgumentCompleter
Public Structure JobState
Implements IArgumentCompleter, IEquatable(Of JobState)
Inheritance
JobState
Attributes
Implements

Fields

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

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(JobState)

Compares values of enum type JobState

Equals(Object)

Compares values of enum type JobState (override for Object)

GetHashCode()

Returns hashCode for enum JobState

ToString()

Returns string representation for JobState

Operators

Equality(JobState, JobState)

Overriding == operator for enum JobState

Implicit(JobState to String)

Implicit operator to convert JobState to string

Implicit(String to JobState)

Implicit operator to convert string to JobState

Inequality(JobState, JobState)

Overriding != operator for enum JobState

Applies to