Uses of Class
com.azure.resourcemanager.storage.models.DateAfterModification
Packages that use DateAfterModification
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of DateAfterModification in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return DateAfterModificationModifier and TypeMethodDescriptionManagementPolicyBaseBlob.delete()Get the delete property: The function to delete the blob.static DateAfterModificationDateAfterModification.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DateAfterModification from the JsonReader.ManagementPolicyBaseBlob.tierToArchive()Get the tierToArchive property: The function to tier blobs to archive storage.ManagementPolicyBaseBlob.tierToCold()Get the tierToCold property: The function to tier blobs to cold storage.ManagementPolicyBaseBlob.tierToCool()Get the tierToCool property: The function to tier blobs to cool storage.ManagementPolicyBaseBlob.tierToHot()Get the tierToHot property: The function to tier blobs to hot storage.DateAfterModification.withDaysAfterCreationGreaterThan(Float daysAfterCreationGreaterThan) Set the daysAfterCreationGreaterThan property: Value indicating the age in days after blob creation.DateAfterModification.withDaysAfterLastAccessTimeGreaterThan(Float daysAfterLastAccessTimeGreaterThan) Set the daysAfterLastAccessTimeGreaterThan property: Value indicating the age in days after last blob access.DateAfterModification.withDaysAfterLastTierChangeGreaterThan(Float daysAfterLastTierChangeGreaterThan) Set the daysAfterLastTierChangeGreaterThan property: Value indicating the age in days after last blob tier change time.DateAfterModification.withDaysAfterModificationGreaterThan(Float daysAfterModificationGreaterThan) Set the daysAfterModificationGreaterThan property: Value indicating the age in days after last modification.Methods in com.azure.resourcemanager.storage.models with parameters of type DateAfterModificationModifier and TypeMethodDescriptionManagementPolicyBaseBlob.withDelete(DateAfterModification delete) Set the delete property: The function to delete the blob.ManagementPolicyBaseBlob.withTierToArchive(DateAfterModification tierToArchive) Set the tierToArchive property: The function to tier blobs to archive storage.ManagementPolicyBaseBlob.withTierToCold(DateAfterModification tierToCold) Set the tierToCold property: The function to tier blobs to cold storage.ManagementPolicyBaseBlob.withTierToCool(DateAfterModification tierToCool) Set the tierToCool property: The function to tier blobs to cool storage.ManagementPolicyBaseBlob.withTierToHot(DateAfterModification tierToHot) Set the tierToHot property: The function to tier blobs to hot storage.