你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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