次の方法で共有


VirtualMachineScaleSetDataDisk.CreateOption プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="createOption")]
public Microsoft.Azure.Management.Compute.Fluent.Models.DiskCreateOptionTypes CreateOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="createOption")>]
member this.CreateOption : Microsoft.Azure.Management.Compute.Fluent.Models.DiskCreateOptionTypes with get, set
Public Property CreateOption As DiskCreateOptionTypes

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象