Share via


CreationData.CreateOption Property

Definition

Gets or sets this enumerates the possible sources of a disk's creation. Possible values include: 'Empty', 'Attach', 'FromImage', 'Import', 'Copy', 'Restore', 'Upload'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to