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.BuilderVaultProperties.Builder. accessPolicies(List<VaultProperties.AccessPolicyEntry> accessPolicies)static VaultProperties.BuilderVaultProperties. builder()abstract VaultProperties.BuilderVaultProperties.Builder. createMode(String createMode)abstract VaultProperties.BuilderVaultProperties.Builder. enabledForDeployment(Boolean enabledForDeployment)abstract VaultProperties.BuilderVaultProperties.Builder. enabledForTemplateDeployment(Boolean enabledForTemplateDeployment)abstract VaultProperties.BuilderVaultProperties.Builder. enableSoftDelete(Boolean enableSoftDelete)abstract VaultProperties.BuilderVaultProperties.Builder. sku(SKU sku)abstract VaultProperties.BuilderVaultProperties.Builder. tenantId(String tenantId)abstract VaultProperties.BuilderVaultProperties. toBuilder()abstract VaultProperties.BuilderVaultProperties.Builder. vaultUri(URI vaultUri)
-