Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedHsmProperties
Packages that use ManagedHsmProperties
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedHsmProperties in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return ManagedHsmPropertiesModifier and TypeMethodDescriptionManagedHsmInner.properties()Get the properties property: Properties of the managed HSM.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type ManagedHsmPropertiesModifier and TypeMethodDescriptionManagedHsmInner.withProperties(ManagedHsmProperties properties) Set the properties property: Properties of the managed HSM. -
Uses of ManagedHsmProperties in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ManagedHsmPropertiesModifier and TypeMethodDescriptionManagedHsmProperties.withCreateMode(CreateMode createMode) Set the createMode property: The create mode to indicate whether the resource is being created or is being recovered from a deleted resource.ManagedHsmProperties.withEnablePurgeProtection(Boolean enablePurgeProtection) Set the enablePurgeProtection property: Property specifying whether protection against purge is enabled for this managed HSM pool.ManagedHsmProperties.withEnableSoftDelete(Boolean enableSoftDelete) Set the enableSoftDelete property: Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool.ManagedHsmProperties.withInitialAdminObjectIds(List<String> initialAdminObjectIds) Set the initialAdminObjectIds property: Array of initial administrators object ids for this managed hsm pool.ManagedHsmProperties.withNetworkAcls(MhsmNetworkRuleSet networkAcls) Set the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.ManagedHsmProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Control permission for data plane traffic coming from public networks while private endpoint is enabled.ManagedHsmProperties.withSoftDeleteRetentionInDays(Integer softDeleteRetentionInDays) Set the softDeleteRetentionInDays property: softDelete data retention days.ManagedHsmProperties.withTenantId(UUID tenantId) Set the tenantId property: The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool.