다음을 통해 공유


IWithRuleActions Interface

Definition

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