Uses of Class
org.jclouds.azurecompute.arm.domain.Vault
- 
Packages that use Vault Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features  - 
- 
Uses of Vault in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Vault Modifier and Type Method Description VaultVault.Builder. build()static VaultVault. create(String id, String name, String type, String location, VaultProperties properties, Map<String,String> tags) - 
Uses of Vault in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Vault Modifier and Type Method Description VaultVaultApi. createOrUpdateVault(String vaultName, String location, VaultProperties properties, Map<String,String> tags)VaultVaultApi. getVault(String vaultName)Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type Vault Modifier and Type Method Description List<Vault>VaultApi. listVaults() 
 -