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
Methods in com.azure.resourcemanager.storage.models that return ManagementPolicySnapShotModifier and TypeMethodDescriptionPolicyRule.actionsOnSnapShot()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.withTierToCool(DateAfterCreation tierToCool) Set the tierToCool property: The function to tier blob snapshot to cool 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.