次の方法で共有


DiffDiskSettings.Placement プロパティ

定義

オペレーティング システム ディスクのエフェメラル ディスクの配置を取得または設定します。 指定できる値は、 CacheDisk、ResourceDisk です。 既定の動作は、VM サイズ用に構成されている場合は CacheDisk 、それ以外の場合は ResourceDisk が使用されます。 キャッシュ ディスクを公開する VM サイズをチェックするには、Windows VM と https://docs.microsoft.com/azure/virtual-machines/windows/sizes Linux VM https://docs.microsoft.com/azure/virtual-machines/linux/sizes の VM サイズに関するドキュメントを参照してください。 使用可能な値は、'CacheDisk'、'ResourceDisk' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象