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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET