| Modifier and Type | Method and Description |
|---|---|
Secret |
Secrets.getByNameAndVersion(String name,
String version)
Gets a Key Vault secret.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Secret> |
Secrets.getByNameAndVersionAsync(String name,
String version)
Gets a Key Vault secret.
|
com.microsoft.azure.PagedList<Secret> |
Secret.listVersions() |
rx.Observable<Secret> |
Secret.listVersionsAsync() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/