VirtualMachineScaleSetDataDisk.CreateOption プロパティ

定義

作成オプションを取得または設定します。 指定できる値は、'FromImage'、'Empty'、'Attach' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象