SpecializedBlobClientOptions(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 SpecializedBlobClientOptions(Azure.Storage.Blobs.BlobClientOptions.ServiceVersion version = Azure.Storage.Blobs.BlobClientOptions+ServiceVersion.V2025_05_05);
new Azure.Storage.Blobs.Specialized.SpecializedBlobClientOptions : Azure.Storage.Blobs.BlobClientOptions.ServiceVersion -> Azure.Storage.Blobs.Specialized.SpecializedBlobClientOptions
Public Sub New (Optional version As BlobClientOptions.ServiceVersion = Azure.Storage.Blobs.BlobClientOptions+ServiceVersion.V2025_05_05)
Parameters
- version
- BlobClientOptions.ServiceVersion
The BlobClientOptions.ServiceVersion of the service API used when making requests.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET