Uses of Class
com.azure.resourcemanager.storage.models.DateAfterModification
-
Packages that use DateAfterModification Package Description com.azure.resourcemanager.storage.models 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 DateAfterModification Modifier and Type Method Description DateAfterModificationManagementPolicyBaseBlob. delete()Get the delete property: The function to delete the blob.DateAfterModificationManagementPolicyBaseBlob. tierToArchive()Get the tierToArchive property: The function to tier blobs to archive storage.DateAfterModificationManagementPolicyBaseBlob. tierToCool()Get the tierToCool property: The function to tier blobs to cool storage.DateAfterModificationDateAfterModification. withDaysAfterLastAccessTimeGreaterThan(Float daysAfterLastAccessTimeGreaterThan)Set the daysAfterLastAccessTimeGreaterThan property: Value indicating the age in days after last blob access.DateAfterModificationDateAfterModification. 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 DateAfterModification Modifier and Type Method Description ManagementPolicyBaseBlobManagementPolicyBaseBlob. withDelete(DateAfterModification delete)Set the delete property: The function to delete the blob.ManagementPolicyBaseBlobManagementPolicyBaseBlob. withTierToArchive(DateAfterModification tierToArchive)Set the tierToArchive property: The function to tier blobs to archive storage.ManagementPolicyBaseBlobManagementPolicyBaseBlob. withTierToCool(DateAfterModification tierToCool)Set the tierToCool property: The function to tier blobs to cool storage.
-