Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyVersion
Packages that use ManagementPolicyVersion
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ManagementPolicyVersion in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyVersionModifier and TypeMethodDescriptionManagementPolicyAction.version()Get the version property: The management policy action for version.ManagementPolicyVersion.withDelete(DateAfterCreation delete) Set the delete property: The function to delete the blob version.ManagementPolicyVersion.withTierToArchive(DateAfterCreation tierToArchive) Set the tierToArchive property: The function to tier blob version to archive storage.ManagementPolicyVersion.withTierToCool(DateAfterCreation tierToCool) Set the tierToCool property: The function to tier blob version to cool storage.Methods in com.azure.resourcemanager.storage.models with parameters of type ManagementPolicyVersionModifier and TypeMethodDescriptionManagementPolicyAction.withVersion(ManagementPolicyVersion version) Set the version property: The management policy action for version.