Share via


IVirtualHardDisks.DiskFileFormat Property

Definition

The format of the actual VHD file [vhd, vhdx]

[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "vhdx", "vhd" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="The format of the actual VHD file [vhd, vhdx]", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="diskFileFormat", Update=true)]
public string DiskFileFormat { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.PSArgumentCompleter(new System.String[] { "vhdx", "vhd" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="The format of the actual VHD file [vhd, vhdx]", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="diskFileFormat", Update=true)>]
member this.DiskFileFormat : string with get, set
Public Property DiskFileFormat As String

Property Value

Attributes

Applies to