Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicySnapShot
-
Packages that use ManagementPolicySnapShot Package Description com.azure.resourcemanager.storage.models 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 ManagementPolicySnapShot Modifier and Type Method Description ManagementPolicySnapShotPolicyRule. actionsOnSnapShot()ManagementPolicySnapShotManagementPolicyAction. snapshot()Get the snapshot property: The management policy action for snapshot.ManagementPolicySnapShotManagementPolicySnapShot. withDelete(DateAfterCreation delete)Set the delete property: The function to delete the blob snapshot.ManagementPolicySnapShotManagementPolicySnapShot. withTierToArchive(DateAfterCreation tierToArchive)Set the tierToArchive property: The function to tier blob snapshot to archive storage.ManagementPolicySnapShotManagementPolicySnapShot. 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 ManagementPolicySnapShot Modifier and Type Method Description PolicyRule.UpdatePolicyRule.UpdateStages.WithActions. updateActionsOnSnapShot(ManagementPolicySnapShot snapShotActions)The function that specifies all of the actions to apply to selected snapshots.PolicyRule.DefinitionStages.WithPolicyRuleAttachablePolicyRule.DefinitionStages.WithRuleActions. withActionsOnSnapShot(ManagementPolicySnapShot snapShotActions)The function that specifies all of the actions to apply to selected snapshots.ManagementPolicyActionManagementPolicyAction. withSnapshot(ManagementPolicySnapShot snapshot)Set the snapshot property: The management policy action for snapshot.
-