次の方法で共有


MachineLearningStorageAccountType 構造体

定義

このストレージ アカウントの種類。

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

コンストラクター

MachineLearningStorageAccountType(String)

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

プロパティ

PremiumLrs

Premium_LRS。

StandardLrs

Standard_LRS。

メソッド

Equals(MachineLearningStorageAccountType)

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

ToString()

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

演算子

Equality(MachineLearningStorageAccountType, MachineLearningStorageAccountType)

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

Implicit(String to MachineLearningStorageAccountType)

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

Inequality(MachineLearningStorageAccountType, MachineLearningStorageAccountType)

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

適用対象