KeyClientOptions(KeyClientOptions+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 KeyClientOptions class. class.
public KeyClientOptions (Azure.Security.KeyVault.Keys.KeyClientOptions.ServiceVersion version = Azure.Security.KeyVault.Keys.KeyClientOptions+ServiceVersion.V7_5);
public KeyClientOptions (Azure.Security.KeyVault.Keys.KeyClientOptions.ServiceVersion version = Azure.Security.KeyVault.Keys.KeyClientOptions+ServiceVersion.V7_5_Preview_1);
new Azure.Security.KeyVault.Keys.KeyClientOptions : Azure.Security.KeyVault.Keys.KeyClientOptions.ServiceVersion -> Azure.Security.KeyVault.Keys.KeyClientOptions
Public Sub New (Optional version As KeyClientOptions.ServiceVersion = Azure.Security.KeyVault.Keys.KeyClientOptions+ServiceVersion.V7_5)
Public Sub New (Optional version As KeyClientOptions.ServiceVersion = Azure.Security.KeyVault.Keys.KeyClientOptions+ServiceVersion.V7_5_Preview_1)
Parameters
- version
- KeyClientOptions.ServiceVersion
The KeyClientOptions.ServiceVersion of the service API used when making requests.
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