PackageBuildState Struct

Definition

Package build state returned in package response.

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

Constructors

PackageBuildState(String)

Initializes a new instance of PackageBuildState.

Properties

Failed

Failed.

NotStarted

NotStarted.

Running

Running.

Succeeded

Succeeded.

Methods

Equals(PackageBuildState)

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

Determines if two PackageBuildState values are the same.

Implicit(String to PackageBuildState)

Converts a string to a PackageBuildState.

Inequality(PackageBuildState, PackageBuildState)

Determines if two PackageBuildState values are not the same.

Applies to