Lingua

MachineLearningOperationStatus Struct

Definition

Operation status.

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

Constructors

Name Description
MachineLearningOperationStatus(String)

Initializes a new instance of MachineLearningOperationStatus.

Properties

Name Description
CreateFailed

Gets the CreateFailed.

DeleteFailed

Gets the DeleteFailed.

InProgress

Gets the InProgress.

ReimageFailed

Gets the ReimageFailed.

ResizeFailed

Gets the ResizeFailed.

RestartFailed

Gets the RestartFailed.

StartFailed

Gets the StartFailed.

StopFailed

Gets the StopFailed.

Succeeded

Gets the Succeeded.

Methods

Name Description
Equals(MachineLearningOperationStatus)

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

Determines if two MachineLearningOperationStatus values are the same.

Implicit(String to MachineLearningOperationStatus)

Converts a string to a MachineLearningOperationStatus.

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

Determines if two MachineLearningOperationStatus values are not the same.

Applies to