Package | Description |
---|---|
com.microsoft.azure.management.keyvault |
This package contains the classes for KeyVaultManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VaultProperties |
VaultCreateOrUpdateParameters.properties()
Get the properties value.
|
VaultProperties |
VaultProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies)
Set the accessPolicies value.
|
VaultProperties |
VaultProperties.withCreateMode(CreateMode createMode)
Set the createMode value.
|
VaultProperties |
VaultProperties.withEnabledForDeployment(Boolean enabledForDeployment)
Set the enabledForDeployment value.
|
VaultProperties |
VaultProperties.withEnabledForDiskEncryption(Boolean enabledForDiskEncryption)
Set the enabledForDiskEncryption value.
|
VaultProperties |
VaultProperties.withEnabledForTemplateDeployment(Boolean enabledForTemplateDeployment)
Set the enabledForTemplateDeployment value.
|
VaultProperties |
VaultProperties.withEnablePurgeProtection(Boolean enablePurgeProtection)
Set the enablePurgeProtection value.
|
VaultProperties |
VaultProperties.withEnableSoftDelete(Boolean enableSoftDelete)
Set the enableSoftDelete value.
|
VaultProperties |
VaultProperties.withNetworkAcls(NetworkRuleSet networkAcls)
Set the networkAcls value.
|
VaultProperties |
VaultProperties.withSku(Sku sku)
Set the sku value.
|
VaultProperties |
VaultProperties.withTenantId(UUID tenantId)
Set the tenantId value.
|
VaultProperties |
VaultProperties.withVaultUri(String vaultUri)
Set the vaultUri value.
|
Modifier and Type | Method and Description |
---|---|
VaultCreateOrUpdateParameters |
VaultCreateOrUpdateParameters.withProperties(VaultProperties properties)
Set the properties value.
|
Copyright © 2019. All rights reserved.