DevTestLabStorageType 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ディスクのストレージの種類 (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 値が同じでないかどうかを判断します。 |