IWithPrefixesToFilterFor Interface

Definition

The stage of the management policy rule definition allowing the specify the prefixes for the blobs that the rule will apply to.

public interface IWithPrefixesToFilterFor
type IWithPrefixesToFilterFor = interface
Public Interface IWithPrefixesToFilterFor
Derived

Methods

WithPrefixesToFilterFor(IList<String>)

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

WithPrefixToFilterFor(String)

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

Applies to