Share via


VhdFile(VhdFooter, VhdHeader, BlockAllocationTable, VhdFile, Stream) Constructor

Definition

public VhdFile (Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdFooter footer, Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdHeader header, Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.BlockAllocationTable bat, Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdFile parent, System.IO.Stream stream);
new Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdFile : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdFooter * Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdHeader * Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.BlockAllocationTable * Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdFile * System.IO.Stream -> Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdFile
Public Sub New (footer As VhdFooter, header As VhdHeader, bat As BlockAllocationTable, parent As VhdFile, stream As Stream)

Parameters

footer
VhdFooter
header
VhdHeader
parent
VhdFile
stream
Stream

Applies to