Uses of Class
org.jclouds.azurecompute.arm.domain.Secret
-
Packages that use Secret Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Secret in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Secret Modifier and Type Method Description static Secret
Secret. create(Secret.SecretAttributes attributes, String contentType, String id, Boolean managed, Map<String,String> tags)
-
Uses of Secret in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type Secret Modifier and Type Method Description List<Secret>
VaultApi. getSecretVersions(URI vaultBaseUrl, String secretName)
List<Secret>
VaultApi. listSecrets(URI keyVaultUri)
-