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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET