MachineLearningComputePowerAction 構造体

定義

[必須]コンピューティング電源アクション。

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

コンストラクター

MachineLearningComputePowerAction(String)

MachineLearningComputePowerAction の新しいインスタンスを初期化します。

プロパティ

Start

起動] に WEBVM を追加します。

Stop

停止。

メソッド

Equals(MachineLearningComputePowerAction)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(MachineLearningComputePowerAction, MachineLearningComputePowerAction)

2 つの MachineLearningComputePowerAction 値が同じかどうかを判断します。

Implicit(String to MachineLearningComputePowerAction)

文字列を MachineLearningComputePowerAction に変換します。

Inequality(MachineLearningComputePowerAction, MachineLearningComputePowerAction)

2 つの MachineLearningComputePowerAction 値が同じでないかどうかを判断します。

適用対象