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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET