| Package | Description |
|---|---|
| org.jclouds.azurecompute.arm.domain | |
| org.jclouds.azurecompute.arm.features |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
Vault |
VaultApi.createOrUpdateVault(String vaultName,
String location,
VaultProperties properties,
Map<String,String> tags) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.