Uses of Interface
com.microsoft.azure.management.keyvault.Secret
Packages that use Secret
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of Secret in com.microsoft.azure.management.keyvault
Methods in com.microsoft.azure.management.keyvault that return SecretModifier and TypeMethodDescriptionSecrets.getByNameAndVersion
(String name, String version) Gets a Key Vault secret.Methods in com.microsoft.azure.management.keyvault that return types with arguments of type SecretModifier and TypeMethodDescriptionrx.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()