다음을 통해 공유


IPrefixActionFork Interface

Definition

The stage of the management policy rule definition allowing input an optional blob prefix to filter for before specifying the actions.

public interface IPrefixActionFork : Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithPrefixesToFilterFor, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithRuleActions
type IPrefixActionFork = interface
    interface IWithPrefixesToFilterFor
    interface IWithRuleActions
Public Interface IPrefixActionFork
Implements IWithPrefixesToFilterFor, IWithRuleActions
Derived
Implements

Methods

WithActionsOnBaseBlob(ManagementPolicyBaseBlob)

The function that specifies all of the actions to apply to selected base blobs.

(Inherited from IWithRuleActions)
WithActionsOnSnapShot(ManagementPolicySnapShot)

The function that specifies all of the actions to apply to selected snapshots.

(Inherited from IWithRuleActions)
WithDeleteActionOnBaseBlob(Int32)

The function that specifies a delete action on the selected base blobs.

(Inherited from IWithRuleActions)
WithDeleteActionOnSnapShot(Int32)

The function that specifies a delete action on the selected snapshots.

(Inherited from IWithRuleActions)
WithPrefixesToFilterFor(IList<String>)

The function that specifies the list of prefixes for the blobs that the rule will apply to.

(Inherited from IWithPrefixesToFilterFor)
WithPrefixToFilterFor(String)

The function that specifies a prefix for the blobs that the rule will apply to.

(Inherited from IWithPrefixesToFilterFor)
WithTierToArchiveActionOnBaseBlob(Int32)

The function that specifies a tier to archive action on the selected base blobs.

(Inherited from IWithRuleActions)
WithTierToCoolActionOnBaseBlob(Int32)

The function that specifies a tier to cool action on the selected base blobs.

(Inherited from IWithRuleActions)

Applies to