Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedHsmKeyRotationPolicyAttributes
Packages that use ManagedHsmKeyRotationPolicyAttributes
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedHsmKeyRotationPolicyAttributes in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ManagedHsmKeyRotationPolicyAttributesModifier and TypeMethodDescriptionManagedHsmRotationPolicy.attributes()Get the attributes property: The attributes of key rotation policy.ManagedHsmKeyRotationPolicyAttributes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmKeyRotationPolicyAttributes from the JsonReader.ManagedHsmKeyRotationPolicyAttributes.withExpiryTime(String expiryTime) Set the expiryTime property: The expiration time for the new key version.Methods in com.azure.resourcemanager.keyvault.models with parameters of type ManagedHsmKeyRotationPolicyAttributesModifier and TypeMethodDescriptionManagedHsmRotationPolicy.withAttributes(ManagedHsmKeyRotationPolicyAttributes attributes) Set the attributes property: The attributes of key rotation policy.