Share via


IVirtualDiskUpdate.DiskMode Property

Definition

Gets or sets the disk mode.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.PSArgumentCompleter(new System.String[] { "persistent", "independent_persistent", "independent_nonpersistent" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the disk mode.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="diskMode", Update=true)]
public string DiskMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.PSArgumentCompleter(new System.String[] { "persistent", "independent_persistent", "independent_nonpersistent" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the disk mode.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="diskMode", Update=true)>]
member this.DiskMode : string with get, set
Public Property DiskMode As String

Property Value

Attributes

Applies to