Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedHsmProperties
Packages that use ManagedHsmProperties
Package
Description
Package containing the inner data models for KeyVault.
Package containing the data models for KeyVault.
-
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
Classes in com.azure.resourcemanager.keyvault.models that implement interfaces with type arguments of type ManagedHsmPropertiesModifier and TypeClassDescriptionfinal classProperties of the managed HSM Pool.Methods in com.azure.resourcemanager.keyvault.models that return ManagedHsmPropertiesModifier and TypeMethodDescriptionstatic ManagedHsmPropertiesManagedHsmProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmProperties from the JsonReader.ManagedHsmProperties.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 to the managed HSM from public networks.ManagedHsmProperties.withRegions(List<MhsmGeoReplicatedRegionInner> regions) Set the regions property: List of all regions associated with the managed hsm pool.ManagedHsmProperties.withSoftDeleteRetentionInDays(Integer softDeleteRetentionInDays) Set the softDeleteRetentionInDays property: Soft deleted 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.