IWithPrefixesToFilterFor Interface

Definition

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

public interface IWithPrefixesToFilterFor
type IWithPrefixesToFilterFor = interface
Public Interface IWithPrefixesToFilterFor
Derived

Methods

WithoutPrefixesToFilterFor()

The function that clears all blob prefixes so the rule will apply to blobs regardless of prefixes.

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