ISecrets.GetByNameAndVersion(String, String) 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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET