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