Share via


AutomationJobStatus Struct

Definition

Gets or sets the status of the job.

public readonly struct AutomationJobStatus : IEquatable<Azure.ResourceManager.Automation.Models.AutomationJobStatus>
type AutomationJobStatus = struct
Public Structure AutomationJobStatus
Implements IEquatable(Of AutomationJobStatus)
Inheritance
AutomationJobStatus
Implements

Constructors

AutomationJobStatus(String)

Initializes a new instance of AutomationJobStatus.

Properties

Activating

Activating.

Blocked

Blocked.

Completed

Completed.

Disconnected

Disconnected.

Failed

Failed.

New

New.

Removing

Removing.

Resuming

Resuming.

Running

Running.

Stopped

Stopped.

Stopping

Stopping.

Suspended

Suspended.

Suspending

Suspending.

Methods

Equals(AutomationJobStatus)

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(AutomationJobStatus, AutomationJobStatus)

Determines if two AutomationJobStatus values are the same.

Implicit(String to AutomationJobStatus)

Converts a string to a AutomationJobStatus.

Inequality(AutomationJobStatus, AutomationJobStatus)

Determines if two AutomationJobStatus values are not the same.

Applies to