次の方法で共有


ISecrets.GetByNameAndVersion(String, String) メソッド

定義

Key Vault シークレットを取得します。

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

パラメーター

name
String

シークレットの名前

version
String

シークレットのバージョン

戻り値

Key Vault シークレット

適用対象