MachineLearningComputePowerAction Struct

Definition

[Required] 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

MachineLearningComputePowerAction(String)

Initializes a new instance of MachineLearningComputePowerAction.

Properties

Start

Start.

Stop

Stop.

Methods

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

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