Uses of Class
com.azure.resourcemanager.storage.models.DateAfterCreation
-
Packages that use DateAfterCreation Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of DateAfterCreation in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return DateAfterCreation Modifier and Type Method Description DateAfterCreationManagementPolicySnapShot. delete()Get the delete property: The function to delete the blob snapshot.DateAfterCreationManagementPolicyVersion. delete()Get the delete property: The function to delete the blob version.DateAfterCreationManagementPolicySnapShot. tierToArchive()Get the tierToArchive property: The function to tier blob snapshot to archive storage.DateAfterCreationManagementPolicyVersion. tierToArchive()Get the tierToArchive property: The function to tier blob version to archive storage.DateAfterCreationManagementPolicySnapShot. tierToCool()Get the tierToCool property: The function to tier blob snapshot to cool storage.DateAfterCreationManagementPolicyVersion. tierToCool()Get the tierToCool property: The function to tier blob version to cool storage.DateAfterCreationDateAfterCreation. withDaysAfterCreationGreaterThan(float daysAfterCreationGreaterThan)Set the daysAfterCreationGreaterThan property: Value indicating the age in days after creation.Methods in com.azure.resourcemanager.storage.models with parameters of type DateAfterCreation Modifier and Type Method Description ManagementPolicySnapShotManagementPolicySnapShot. withDelete(DateAfterCreation delete)Set the delete property: The function to delete the blob snapshot.ManagementPolicyVersionManagementPolicyVersion. withDelete(DateAfterCreation delete)Set the delete property: The function to delete the blob version.ManagementPolicySnapShotManagementPolicySnapShot. withTierToArchive(DateAfterCreation tierToArchive)Set the tierToArchive property: The function to tier blob snapshot to archive storage.ManagementPolicyVersionManagementPolicyVersion. withTierToArchive(DateAfterCreation tierToArchive)Set the tierToArchive property: The function to tier blob version to archive storage.ManagementPolicySnapShotManagementPolicySnapShot. withTierToCool(DateAfterCreation tierToCool)Set the tierToCool property: The function to tier blob snapshot to cool storage.ManagementPolicyVersionManagementPolicyVersion. withTierToCool(DateAfterCreation tierToCool)Set the tierToCool property: The function to tier blob version to cool storage.
-