IWithActions 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 update allowing to specify the actions to perform on the selected blobs.
public interface IWithActions
type IWithActions = interface
Public Interface IWithActions
- Derived
Methods
UpdateActionsOnBaseBlob(ManagementPolicyBaseBlob) |
The function that specifies all of the actions to apply to selected base blobs. |
UpdateActionsOnSnapShot(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