Uses of Class
org.jclouds.azurecompute.arm.domain.VaultProperties
-
Packages that use VaultProperties Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of VaultProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VaultProperties Modifier and Type Method Description VaultProperties
VaultProperties.Builder. build()
static VaultProperties
VaultProperties. create(String tenantId, URI vaultUri, Boolean enabledForDeployment, Boolean enabledForTemplateDeployment, Boolean enableSoftDelete, String createMode, SKU sku, List<VaultProperties.AccessPolicyEntry> accessPolicies)
abstract VaultProperties
Vault. properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type VaultProperties Modifier and Type Method Description static Vault
Vault. create(String id, String name, String type, String location, VaultProperties properties, Map<String,String> tags)
abstract Vault.Builder
Vault.Builder. properties(VaultProperties properties)
-
Uses of VaultProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type VaultProperties Modifier and Type Method Description Vault
VaultApi. createOrUpdateVault(String vaultName, String location, VaultProperties properties, Map<String,String> tags)
-