BlobClientOptions(BlobClientOptions+ServiceVersion) 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.
Initializes a new instance of the BlobClientOptions class.
public BlobClientOptions (Azure.Storage.Blobs.BlobClientOptions.ServiceVersion version = Azure.Storage.Blobs.BlobClientOptions+ServiceVersion.V2025_01_05);
new Azure.Storage.Blobs.BlobClientOptions : Azure.Storage.Blobs.BlobClientOptions.ServiceVersion -> Azure.Storage.Blobs.BlobClientOptions
Public Sub New (Optional version As BlobClientOptions.ServiceVersion = Azure.Storage.Blobs.BlobClientOptions+ServiceVersion.V2025_01_05)
Parameters
- version
- BlobClientOptions.ServiceVersion
The BlobClientOptions.ServiceVersion of the service API used when making requests.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET