Uses of Class
com.microsoft.azure.management.keyvault.VaultPatchProperties
Packages that use VaultPatchProperties
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of VaultPatchProperties in com.microsoft.azure.management.keyvault
Methods in com.microsoft.azure.management.keyvault that return VaultPatchPropertiesModifier and TypeMethodDescriptionVaultPatchParameters.properties()Get the properties value.VaultPatchProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies value.VaultPatchProperties.withCreateMode(CreateMode createMode) Set the createMode value.VaultPatchProperties.withEnabledForDeployment(Boolean enabledForDeployment) Set the enabledForDeployment value.VaultPatchProperties.withEnabledForDiskEncryption(Boolean enabledForDiskEncryption) Set the enabledForDiskEncryption value.VaultPatchProperties.withEnabledForTemplateDeployment(Boolean enabledForTemplateDeployment) Set the enabledForTemplateDeployment value.VaultPatchProperties.withEnablePurgeProtection(Boolean enablePurgeProtection) Set the enablePurgeProtection value.VaultPatchProperties.withEnableSoftDelete(Boolean enableSoftDelete) Set the enableSoftDelete value.VaultPatchProperties.withNetworkAcls(NetworkRuleSet networkAcls) Set the networkAcls value.Set the sku value.VaultPatchProperties.withTenantId(UUID tenantId) Set the tenantId value.Methods in com.microsoft.azure.management.keyvault with parameters of type VaultPatchPropertiesModifier and TypeMethodDescriptionVaultPatchParameters.withProperties(VaultPatchProperties properties) Set the properties value.