Uses of Class
com.azure.resourcemanager.keyvault.models.KeyRotationPolicyAttributes
Packages that use KeyRotationPolicyAttributes
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of KeyRotationPolicyAttributes in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return KeyRotationPolicyAttributesModifier and TypeMethodDescriptionRotationPolicy.attributes()Get the attributes property: The attributes of key rotation policy.static KeyRotationPolicyAttributesKeyRotationPolicyAttributes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyRotationPolicyAttributes from the JsonReader.KeyRotationPolicyAttributes.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 KeyRotationPolicyAttributesModifier and TypeMethodDescriptionRotationPolicy.withAttributes(KeyRotationPolicyAttributes attributes) Set the attributes property: The attributes of key rotation policy.