BlobsModelFactory.BlockList 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.
Creates a new BlockList instance for mocking.
public static Azure.Storage.Blobs.Models.BlockList BlockList (System.Collections.Generic.IEnumerable<Azure.Storage.Blobs.Models.BlobBlock> committedBlocks = default, System.Collections.Generic.IEnumerable<Azure.Storage.Blobs.Models.BlobBlock> uncommittedBlocks = default);
static member BlockList : seq<Azure.Storage.Blobs.Models.BlobBlock> * seq<Azure.Storage.Blobs.Models.BlobBlock> -> Azure.Storage.Blobs.Models.BlockList
Public Shared Function BlockList (Optional committedBlocks As IEnumerable(Of BlobBlock) = Nothing, Optional uncommittedBlocks As IEnumerable(Of BlobBlock) = Nothing) As BlockList
Parameters
- committedBlocks
- IEnumerable<BlobBlock>
- uncommittedBlocks
- IEnumerable<BlobBlock>
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET