BlockAllocationTable(UInt32, UInt32, UInt32[]) 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 BlockAllocationTable (uint size, uint blockSize, uint[] bat);
new Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.BlockAllocationTable : uint32 * uint32 * uint32[] -> Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.BlockAllocationTable
Public Sub New (size As UInteger, blockSize As UInteger, bat As UInteger())
Parameters
- size
- UInt32
- blockSize
- UInt32
- bat
- UInt32[]