ContainerResultSegment Constructor
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 instance of ContainerResultSegment.
public ContainerResultSegment (System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.CloudBlobContainer> containers, Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken);
new Microsoft.Azure.Storage.Blob.ContainerResultSegment : seq<Microsoft.Azure.Storage.Blob.CloudBlobContainer> * Microsoft.Azure.Storage.Blob.BlobContinuationToken -> Microsoft.Azure.Storage.Blob.ContainerResultSegment
Public Sub New (containers As IEnumerable(Of CloudBlobContainer), continuationToken As BlobContinuationToken)
Parameters
- containers
- IEnumerable<CloudBlobContainer>
An enumerable collection of CloudBlobContainer objects.
- continuationToken
- BlobContinuationToken
The BlobContinuationToken used to retrieve the next segment of CloudBlobContainer results.
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