Share via


IDataDisk.CreateOption Property

Definition

Specifies how the virtual machine should be created.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Description="Specifies how the virtual machine should be created.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Support.DiskCreateOptionTypes) }, ReadOnly=false, Required=false, SerializedName="createOption")]
public Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Support.DiskCreateOptionTypes? CreateOption { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Description="Specifies how the virtual machine should be created.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Support.DiskCreateOptionTypes) }, ReadOnly=false, Required=false, SerializedName="createOption")>]
member this.CreateOption : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Support.DiskCreateOptionTypes> with get, set
Public Property CreateOption As Nullable(Of DiskCreateOptionTypes)

Property Value

Attributes

Applies to