Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicySnapShot
Packages that use ManagementPolicySnapShot
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ManagementPolicySnapShot in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ManagementPolicySnapShotModifier and TypeClassDescriptionfinal classManagement policy action for snapshot.Methods in com.azure.resourcemanager.storage.models that return ManagementPolicySnapShotModifier and TypeMethodDescriptionPolicyRule.actionsOnSnapShot()Gets an object describing the actions to take on the filtered snapshot in this rule.static ManagementPolicySnapShotManagementPolicySnapShot.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementPolicySnapShot from the JsonReader.ManagementPolicyAction.snapshot()Get the snapshot property: The management policy action for snapshot.ManagementPolicySnapShot.withDelete(DateAfterCreation delete) Set the delete property: The function to delete the blob snapshot.ManagementPolicySnapShot.withTierToArchive(DateAfterCreation tierToArchive) Set the tierToArchive property: The function to tier blob snapshot to archive storage.ManagementPolicySnapShot.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.ManagementPolicySnapShot.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 ManagementPolicySnapShotModifier and TypeMethodDescriptionPolicyRule.UpdateStages.WithActions.updateActionsOnSnapShot(ManagementPolicySnapShot snapShotActions) The function that specifies all of the actions to apply to selected snapshots.PolicyRule.DefinitionStages.WithRuleActions.withActionsOnSnapShot(ManagementPolicySnapShot snapShotActions) The function that specifies all of the actions to apply to selected snapshots.ManagementPolicyAction.withSnapshot(ManagementPolicySnapShot snapshot) Set the snapshot property: The management policy action for snapshot.