Uses of Class
org.jclouds.azurecompute.arm.domain.Secret.SecretBundle
Packages that use Secret.SecretBundle
-
Uses of Secret.SecretBundle in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Secret.SecretBundle -
Uses of Secret.SecretBundle in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Secret.SecretBundleModifier and TypeMethodDescriptionVaultApi.recoverDeletedSecret
(URI vaultBaseUrl, String secretName) VaultApi.restoreSecret
(URI vaultBaseUrl, String secretInfo) VaultApi.setSecret
(URI keyVaultUri, String secretName, Secret.SecretAttributes attributes, String contentType, Map<String, String> tags, String value) VaultApi.updateSecret
(URI vaultBaseUrl, String secretName, String secretVersion, Secret.SecretAttributes attributes, String contentType, Map<String, String> tags)