Uses of Class
com.azure.resourcemanager.keyvault.models.Attributes
Packages that use Attributes
Package
Description
Package containing the data models for KeyVault.
-
Uses of Attributes in com.azure.resourcemanager.keyvault.models
Subclasses of Attributes in com.azure.resourcemanager.keyvault.modelsClasses in com.azure.resourcemanager.keyvault.models that implement interfaces with type arguments of type AttributesModifier and TypeClassDescriptionclassThe object attributes managed by the KeyVault service.Methods in com.azure.resourcemanager.keyvault.models that return AttributesModifier and TypeMethodDescriptionstatic AttributesAttributes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Attributes from the JsonReader.Attributes.withEnabled(Boolean enabled) Set the enabled property: Determines whether the object is enabled.Attributes.withExpires(OffsetDateTime expires) Set the expires property: Expiry date in seconds since 1970-01-01T00:00:00Z.Attributes.withNotBefore(OffsetDateTime notBefore) Set the notBefore property: Not before date in seconds since 1970-01-01T00:00:00Z.