Uses of Class
com.azure.resourcemanager.keyvault.models.Attributes
Packages that use Attributes
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of Attributes in com.azure.resourcemanager.keyvault.models
Subclasses of Attributes in com.azure.resourcemanager.keyvault.modelsMethods 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.