Share via


MachineLearningComputePowerAction Struct

Definition

The compute power action.

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

Constructors

Name Description
MachineLearningComputePowerAction(String)

Initializes a new instance of MachineLearningComputePowerAction.

Properties

Name Description
Start

Start.

Stop

Stop.

Methods

Name Description
Equals(MachineLearningComputePowerAction)

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

Determines if two MachineLearningComputePowerAction values are the same.

Implicit(String to MachineLearningComputePowerAction)

Converts a String to a MachineLearningComputePowerAction.

Inequality(MachineLearningComputePowerAction, MachineLearningComputePowerAction)

Determines if two MachineLearningComputePowerAction values are not the same.

Applies to