KeyVaultAdministrationModelFactory.EkmProxyInfo Method
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.
EKM proxy information.
public static Azure.Security.KeyVault.Administration.EkmProxyInfo EkmProxyInfo(string apiVersion = default, string proxyVendor = default, string proxyName = default, string ekmVendor = default, string ekmProduct = default);
static member EkmProxyInfo : string * string * string * string * string -> Azure.Security.KeyVault.Administration.EkmProxyInfo
Public Shared Function EkmProxyInfo (Optional apiVersion As String = Nothing, Optional proxyVendor As String = Nothing, Optional proxyName As String = Nothing, Optional ekmVendor As String = Nothing, Optional ekmProduct As String = Nothing) As EkmProxyInfo
Parameters
- apiVersion
- String
The highest version of proxy interface API supported by the EKM Proxy.
- proxyVendor
- String
The name of the proxy vendor.
- proxyName
- String
The name of the proxy product and its version.
- ekmVendor
- String
The name of the EKM vendor.
- ekmProduct
- String
The name of the EKM product and its version.
Returns
A new EkmProxyInfo instance for mocking.