FixedDiskBlockFactory.ReadBlockData(Block) Method
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 byte[] ReadBlockData (Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Block block);
abstract member ReadBlockData : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Block -> byte[]
override this.ReadBlockData : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Block -> byte[]
Public Function ReadBlockData (block As Block) As Byte()
Parameters
- block
- Block
Returns
Byte[]