Share via


BlockAllocationTable(UInt32, UInt32, UInt32[]) Constructor

Definition

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[]

Applies to