Sdílet prostřednictvím


ISecrets.GetByNameAndVersion(String, String) Method

Definition

Gets a Key Vault secret.

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

Parameters

name
String

the name of the secret

version
String

the version of the secret

Returns

the Key Vault secret

Applies to