Uses of Class
com.azure.resourcemanager.storage.models.DateAfterCreation
Packages that use DateAfterCreation
Package
Description
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 DateAfterCreationModifier and TypeMethodDescriptionManagementPolicySnapShot.delete()Get the delete property: The function to delete the blob snapshot.ManagementPolicyVersion.delete()Get the delete property: The function to delete the blob version.ManagementPolicySnapShot.tierToArchive()Get the tierToArchive property: The function to tier blob snapshot to archive storage.ManagementPolicyVersion.tierToArchive()Get the tierToArchive property: The function to tier blob version to archive storage.ManagementPolicySnapShot.tierToCool()Get the tierToCool property: The function to tier blob snapshot to cool storage.ManagementPolicyVersion.tierToCool()Get the tierToCool property: The function to tier blob version to cool storage.DateAfterCreation.withDaysAfterCreationGreaterThan(float daysAfterCreationGreaterThan) Set the daysAfterCreationGreaterThan property: Value indicating the age in days after creation.DateAfterCreation.withDaysAfterLastTierChangeGreaterThan(Float daysAfterLastTierChangeGreaterThan) Set the daysAfterLastTierChangeGreaterThan property: Value indicating the age in days after last blob tier change time.Methods in com.azure.resourcemanager.storage.models with parameters of type DateAfterCreationModifier and TypeMethodDescriptionManagementPolicySnapShot.withDelete(DateAfterCreation delete) Set the delete property: The function to delete the blob snapshot.ManagementPolicyVersion.withDelete(DateAfterCreation delete) Set the delete property: The function to delete the blob version.ManagementPolicySnapShot.withTierToArchive(DateAfterCreation tierToArchive) Set the tierToArchive property: The function to tier blob snapshot to archive storage.ManagementPolicyVersion.withTierToArchive(DateAfterCreation tierToArchive) Set the tierToArchive property: The function to tier blob version to archive storage.ManagementPolicySnapShot.withTierToCool(DateAfterCreation tierToCool) Set the tierToCool property: The function to tier blob snapshot to cool storage.ManagementPolicyVersion.withTierToCool(DateAfterCreation tierToCool) Set the tierToCool property: The function to tier blob version to cool storage.