Package | Description |
---|---|
com.microsoft.azure.management.keyvault |
This package contains the classes for KeyVaultManagementClient.
|
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.
|
PagedList<Secret> |
Secret.listVersions() |
rx.Observable<Secret> |
Secret.listVersionsAsync() |
Copyright © 2019. All rights reserved.