VhdFile(VhdFooter, VhdHeader, BlockAllocationTable, VhdFile, Stream) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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