IWithRuleActions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the management policy rule definition allowing to specify the actions to perform on the selected blobs.
public interface IWithRuleActions
type IWithRuleActions = interface
Public Interface IWithRuleActions
- Derived
Methods
WithActionsOnBaseBlob(ManagementPolicyBaseBlob) |
The function that specifies all of the actions to apply to selected base blobs. |
WithActionsOnSnapShot(ManagementPolicySnapShot) |
The function that specifies all of the actions to apply to selected snapshots. |
WithDeleteActionOnBaseBlob(Int32) |
The function that specifies a delete action on the selected base blobs. |
WithDeleteActionOnSnapShot(Int32) |
The function that specifies a delete action on the selected snapshots. |
WithTierToArchiveActionOnBaseBlob(Int32) |
The function that specifies a tier to archive action on the selected base blobs. |
WithTierToCoolActionOnBaseBlob(Int32) |
The function that specifies a tier to cool action on the selected base blobs. |
Applies to
Azure SDK for .NET