次の方法で共有


VirtualMachineReimageParameters.ExactVersion プロパティ

定義

OS ディスクを再イメージ化する必要があるバージョンを 10 進数で指定する値を取得または設定します。 正確なバージョンが指定されていない場合、OS ディスクは既存のバージョンの OS ディスクに再イメージ化されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象