Uses of Class
com.azure.resourcemanager.keyvault.models.VaultProperties
Packages that use VaultProperties
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of VaultProperties in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return VaultPropertiesModifier and TypeMethodDescriptionVaultInner.properties()Get the properties property: Properties of the vault.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type VaultPropertiesModifier and TypeMethodDescriptionVaultInner.withProperties(VaultProperties properties) Set the properties property: Properties of the vault. -
Uses of VaultProperties in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return VaultPropertiesModifier and TypeMethodDescriptionstatic VaultPropertiesVaultProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VaultProperties from the JsonReader.VaultCreateOrUpdateParameters.properties()Get the properties property: Properties of the vault.VaultProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies property: An array of 0 to 1024 identities that have access to the key vault.VaultProperties.withCreateMode(CreateMode createMode) Set the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.VaultProperties.withEnabledForDeployment(Boolean enabledForDeployment) Set the enabledForDeployment property: Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.VaultProperties.withEnabledForDiskEncryption(Boolean enabledForDiskEncryption) Set the enabledForDiskEncryption property: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.VaultProperties.withEnabledForTemplateDeployment(Boolean enabledForTemplateDeployment) Set the enabledForTemplateDeployment property: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.VaultProperties.withEnablePurgeProtection(Boolean enablePurgeProtection) Set the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this vault.VaultProperties.withEnableRbacAuthorization(Boolean enableRbacAuthorization) Set the enableRbacAuthorization property: Property that controls how data actions are authorized.VaultProperties.withEnableSoftDelete(Boolean enableSoftDelete) Set the enableSoftDelete property: Property to specify whether the 'soft delete' functionality is enabled for this key vault.VaultProperties.withNetworkAcls(NetworkRuleSet networkAcls) Set the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.VaultProperties.withProvisioningState(VaultProvisioningState provisioningState) Set the provisioningState property: Provisioning state of the vault.VaultProperties.withPublicNetworkAccess(String publicNetworkAccess) Set the publicNetworkAccess property: Property to specify whether the vault will accept traffic from public internet.Set the sku property: SKU details.VaultProperties.withSoftDeleteRetentionInDays(Integer softDeleteRetentionInDays) Set the softDeleteRetentionInDays property: softDelete data retention days.VaultProperties.withTenantId(UUID tenantId) Set the tenantId property: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.VaultProperties.withVaultUri(String vaultUri) Set the vaultUri property: The URI of the vault for performing operations on keys and secrets.Methods in com.azure.resourcemanager.keyvault.models with parameters of type VaultPropertiesModifier and TypeMethodDescriptionVaultCreateOrUpdateParameters.withProperties(VaultProperties properties) Set the properties property: Properties of the vault.