次の方法で共有


ImageDisk.StorageAccountType プロパティ

定義

マネージド ディスクのストレージ アカウントの種類を取得または設定します。 注: UltraSSD_LRSはデータ ディスクでのみ使用できますが、OS ディスクでは使用できません。 使用できる値は、'Standard_LRS'、'Premium_LRS'、'StandardSSD_LRS'、'UltraSSD_LRS'、'Premium_ZRS'、'StandardSSD_ZRS'、'PremiumV2_LRS' です。

[Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")]
public string StorageAccountType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageAccountType")>]
member this.StorageAccountType : string with get, set
Public Property StorageAccountType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象