Share via


MachineLearningOperationName Struct

Definition

Name of the last operation.

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

Constructors

MachineLearningOperationName(String)

Initializes a new instance of MachineLearningOperationName.

Properties

Create

Create.

Delete

Delete.

Reimage

Reimage.

Restart

Restart.

Start

Start.

Stop

Stop.

Methods

Equals(MachineLearningOperationName)

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

Determines if two MachineLearningOperationName values are the same.

Implicit(String to MachineLearningOperationName)

Converts a string to a MachineLearningOperationName.

Inequality(MachineLearningOperationName, MachineLearningOperationName)

Determines if two MachineLearningOperationName values are not the same.

Applies to