Uses of Class
org.jclouds.azurecompute.arm.domain.VaultProperties.Builder
-
Packages that use VaultProperties.Builder Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of VaultProperties.Builder in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VaultProperties.Builder Modifier and Type Method Description abstract VaultProperties.Builder
VaultProperties.Builder. accessPolicies(List<VaultProperties.AccessPolicyEntry> accessPolicies)
static VaultProperties.Builder
VaultProperties. builder()
abstract VaultProperties.Builder
VaultProperties.Builder. createMode(String createMode)
abstract VaultProperties.Builder
VaultProperties.Builder. enabledForDeployment(Boolean enabledForDeployment)
abstract VaultProperties.Builder
VaultProperties.Builder. enabledForTemplateDeployment(Boolean enabledForTemplateDeployment)
abstract VaultProperties.Builder
VaultProperties.Builder. enableSoftDelete(Boolean enableSoftDelete)
abstract VaultProperties.Builder
VaultProperties.Builder. sku(SKU sku)
abstract VaultProperties.Builder
VaultProperties.Builder. tenantId(String tenantId)
abstract VaultProperties.Builder
VaultProperties. toBuilder()
abstract VaultProperties.Builder
VaultProperties.Builder. vaultUri(URI vaultUri)
-