AzureStorageBlob.GetTrack1Blob 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.
Get Track1 Blob Object Will return null if it's a Blob version, since Track1 not support blob version
public static Microsoft.Azure.Storage.Blob.CloudBlob GetTrack1Blob (Azure.Storage.Blobs.Specialized.BlobBaseClient track2BlobClient, Microsoft.Azure.Storage.Auth.StorageCredentials credentials, Azure.Storage.Blobs.Models.BlobType? blobType = default);
static member GetTrack1Blob : Azure.Storage.Blobs.Specialized.BlobBaseClient * Microsoft.Azure.Storage.Auth.StorageCredentials * Nullable<Azure.Storage.Blobs.Models.BlobType> -> Microsoft.Azure.Storage.Blob.CloudBlob
Public Shared Function GetTrack1Blob (track2BlobClient As BlobBaseClient, credentials As StorageCredentials, Optional blobType As Nullable(Of BlobType) = Nothing) As CloudBlob
Parameters
- track2BlobClient
- BlobBaseClient
- credentials
- StorageCredentials