Uses of Class
com.microsoft.azure.management.storage.DateAfterModification
Packages that use DateAfterModification
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of DateAfterModification in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return DateAfterModificationModifier and TypeMethodDescriptionManagementPolicyBaseBlob.delete()
Get the function to delete the blob.ManagementPolicyBaseBlob.tierToArchive()
Get the function to tier blobs to archive storage.ManagementPolicyBaseBlob.tierToCool()
Get the function to tier blobs to cool storage.DateAfterModification.withDaysAfterModificationGreaterThan
(double daysAfterModificationGreaterThan) Set value indicating the age in days after last modification.Methods in com.microsoft.azure.management.storage with parameters of type DateAfterModificationModifier and TypeMethodDescriptionManagementPolicyBaseBlob.withDelete
(DateAfterModification delete) Set the function to delete the blob.ManagementPolicyBaseBlob.withTierToArchive
(DateAfterModification tierToArchive) Set the function to tier blobs to archive storage.ManagementPolicyBaseBlob.withTierToCool
(DateAfterModification tierToCool) Set the function to tier blobs to cool storage.