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.ManagementPolicyBaseBlob.tierToArchive()Get the tierToArchive property: The function to tier blobs to archive storage.ManagementPolicyBaseBlob.tierToCool()Get the tierToCool property: The function to tier blobs to cool 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.withTierToCool(DateAfterModification tierToCool) Set the tierToCool property: The function to tier blobs to cool storage.