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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type DateAfterCreationModifier and TypeClassDescriptionfinal classObject to define snapshot and version action conditions.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.static DateAfterCreationDateAfterCreation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DateAfterCreation from the JsonReader.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.tierToCold()Get the tierToCold property: The function to tier blobs to cold storage.ManagementPolicyVersion.tierToCold()Get the tierToCold property: The function to tier blobs to cold 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.ManagementPolicySnapShot.tierToHot()Get the tierToHot property: The function to tier blobs to hot storage.ManagementPolicyVersion.tierToHot()Get the tierToHot property: The function to tier blobs to hot 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.withTierToCold(DateAfterCreation tierToCold) Set the tierToCold property: The function to tier blobs to cold storage.ManagementPolicyVersion.withTierToCold(DateAfterCreation tierToCold) Set the tierToCold property: The function to tier blobs to cold 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.ManagementPolicySnapShot.withTierToHot(DateAfterCreation tierToHot) Set the tierToHot property: The function to tier blobs to hot storage.ManagementPolicyVersion.withTierToHot(DateAfterCreation tierToHot) Set the tierToHot property: The function to tier blobs to hot storage.