다음을 통해 공유


IKeys.GetByNameAndVersion(String, String) Method

Definition

Gets a Key Vault key.

public Microsoft.Azure.Management.KeyVault.Fluent.IKey GetByNameAndVersion (string name, string version);
abstract member GetByNameAndVersion : string * string -> Microsoft.Azure.Management.KeyVault.Fluent.IKey
Public Function GetByNameAndVersion (name As String, version As String) As IKey

Parameters

name
String

the name of the key

version
String

the version of the key

Returns

the Key Vault key

Applies to