BlobCreatorBase.GetNonEmptyRanges 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.
protected static System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange> GetNonEmptyRanges (System.IO.Stream stream, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange> uploadableRanges);
static member GetNonEmptyRanges : System.IO.Stream * seq<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange> -> seq<Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.IndexRange>
Protected Shared Iterator Function GetNonEmptyRanges (stream As Stream, uploadableRanges As IEnumerable(Of IndexRange)) As IEnumerable(Of IndexRange)
Parameters
- stream
- Stream
- uploadableRanges
- IEnumerable<IndexRange>