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.