DevTestLabStorageType 構造体

定義

ディスクのストレージの種類 (Standard、Premium など)。

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

コンストラクター

DevTestLabStorageType(String)

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

プロパティ

Premium

Premium。

Standard

Standard。

StandardSsd

StandardSSD。

メソッド

Equals(DevTestLabStorageType)

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

ToString()

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

演算子

Equality(DevTestLabStorageType, DevTestLabStorageType)

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

Implicit(String to DevTestLabStorageType)

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

Inequality(DevTestLabStorageType, DevTestLabStorageType)

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

適用対象