Udostępnij przez


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

Name Description
PackageBuildState(String)

Initializes a new instance of PackageBuildState.

Properties

Name Description
Failed

Failed.

NotStarted

NotStarted.

Running

Running.

Succeeded

Succeeded.

Methods

Name Description
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

Name Description
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