ภาษา

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

Name Description
MachineLearningOperationName(String)

Initializes a new instance of MachineLearningOperationName.

Properties

Name Description
Create

Gets the Create.

Delete

Gets the Delete.

Reimage

Gets the Reimage.

Resize

Gets the Resize.

Restart

Gets the Restart.

Start

Gets the Start.

Stop

Gets the Stop.

Methods

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

Name Description
Equality(MachineLearningOperationName, MachineLearningOperationName)

Determines if two MachineLearningOperationName values are the same.

Implicit(String to MachineLearningOperationName)

Converts a string to a MachineLearningOperationName.

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

Determines if two MachineLearningOperationName values are not the same.

Applies to