KeyClientOptions.ServiceVersion Enum
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.
The versions of Azure Key Vault supported by this client library.
public enum KeyClientOptions.ServiceVersion
type KeyClientOptions.ServiceVersion =
Public Enum KeyClientOptions.ServiceVersion
- Inheritance
-
KeyClientOptions.ServiceVersion
Fields
Name | Value | Description |
---|---|---|
V7_0 | 0 | The Key Vault API version 7.0. |
V7_1 | 1 | The Key Vault API version 7.1. |
V7_2 | 2 | The Key Vault API version 7.2. |
V7_3 | 3 | The Key Vault API version 7.3. |
V7_4 | 4 | The Key Vault API version 7.4. |
V7_5 | 5 | The Key Vault API version 7.5. |
V7_5_Preview_1 | 5 | The Key Vault API version 7.5-preview.1. |
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