Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedHsmKeyReleasePolicy
Packages that use ManagedHsmKeyReleasePolicy
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedHsmKeyReleasePolicy in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return ManagedHsmKeyReleasePolicyModifier and TypeMethodDescriptionManagedHsmKeyInner.releasePolicy()Get the releasePolicy property: Key release policy in response.ManagedHsmKeyProperties.releasePolicy()Get the releasePolicy property: Key release policy in response.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type ManagedHsmKeyReleasePolicyModifier and TypeMethodDescriptionManagedHsmKeyInner.withReleasePolicy(ManagedHsmKeyReleasePolicy releasePolicy) Set the releasePolicy property: Key release policy in response.ManagedHsmKeyProperties.withReleasePolicy(ManagedHsmKeyReleasePolicy releasePolicy) Set the releasePolicy property: Key release policy in response. -
Uses of ManagedHsmKeyReleasePolicy in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ManagedHsmKeyReleasePolicyModifier and TypeMethodDescriptionstatic ManagedHsmKeyReleasePolicyManagedHsmKeyReleasePolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmKeyReleasePolicy from the JsonReader.ManagedHsmKeyReleasePolicy.withContentType(String contentType) Set the contentType property: Content type and version of key release policy.ManagedHsmKeyReleasePolicy.withData(byte[] data) Set the data property: Blob encoding the policy rules under which the key can be released.