HciJobStatus Struct

Definition

Represents the various statuses a job can have throughout its lifecycle.

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

Constructors

Name Description
HciJobStatus(String)

Initializes a new instance of HciJobStatus.

Properties

Name Description
Canceled

The job has been canceled.

DeploymentFailed

The job's deployment has failed.

DeploymentInProgress

The job's deployment is currently in progress.

DeploymentSuccess

The job has been successfully deployed.

Failed

The job has failed.

NotSpecified

The job status has not been specified.

Paused

The job is paused.

Scheduled

The job is scheduled to run.

Succeeded

The job has succeeded.

ValidationFailed

The job has failed validation.

ValidationInProgress

The job is currently undergoing validation.

ValidationSuccess

The job has successfully passed validation.

Methods

Name Description
Equals(HciJobStatus)

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

Determines if two HciJobStatus values are the same.

Implicit(String to HciJobStatus)

Converts a string to a HciJobStatus.

Implicit(String to Nullable<HciJobStatus>)
Inequality(HciJobStatus, HciJobStatus)

Determines if two HciJobStatus values are not the same.

Applies to