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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ManagementPolicyVersionModifier and TypeClassDescriptionfinal classManagement policy action for blob version.Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyVersionModifier and TypeMethodDescriptionstatic ManagementPolicyVersionManagementPolicyVersion.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementPolicyVersion from the JsonReader.ManagementPolicyAction.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.withTierToCold(DateAfterCreation tierToCold) Set the tierToCold property: The function to tier blobs to cold storage.ManagementPolicyVersion.withTierToCool(DateAfterCreation tierToCool) Set the tierToCool property: The function to tier blob version to cool storage.ManagementPolicyVersion.withTierToHot(DateAfterCreation tierToHot) Set the tierToHot property: The function to tier blobs to hot 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.