次の方法で共有


StorageAccountType 構造体

定義

マネージド ディスクのストレージ アカウントの種類を指定します。 マネージド OS ディスク ストレージ アカウントの種類は、スケール セットの作成時にのみ設定できます。 注: UltraSSD_LRSは、データ ディスクでのみ使用できます。 OS ディスクでは使用できません。 Standard_LRSでは Standard HDD が使用されます。 StandardSSD_LRSでは Standard SSD が使用されます。 Premium_LRSは Premium SSD を使用します。 UltraSSD_LRSは Ultra ディスクを使用します。 Premium_ZRSでは、Premium SSD ゾーン冗長ストレージが使用されます。 StandardSSD_ZRSでは、Standard SSD ゾーン冗長ストレージが使用されます。 Windows Virtual Machinesでサポートされるディスクの詳細については、「 」と https://docs.microsoft.com/azure/virtual-machines/windows/disks-types Linux Virtual Machinesについては、「 」をhttps://docs.microsoft.com/azure/virtual-machines/linux/disks-types参照してください。

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

コンストラクター

StorageAccountType(String)

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

プロパティ

PremiumLrs

Premium_LRS。

PremiumV2Lrs

PremiumV2_LRS。

PremiumZrs

Premium_ZRS。

StandardLrs

Standard_LRS。

StandardSsdLrs

StandardSSD_LRS。

StandardSsdZrs

StandardSSD_ZRS。

UltraSsdLrs

UltraSSD_LRS。

メソッド

Equals(StorageAccountType)

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

ToString()

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

演算子

Equality(StorageAccountType, StorageAccountType)

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

Implicit(String to StorageAccountType)

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

Inequality(StorageAccountType, StorageAccountType)

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

適用対象