ภาษา

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

Name Description
MachineLearningComputePowerAction(String)

Initializes a new instance of MachineLearningComputePowerAction.

Properties

Name Description
Start

Gets the Start.

Stop

Gets the 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.

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

Determines if two MachineLearningComputePowerAction values are not the same.

Applies to