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