ManagementPolicyFilter Class

Definition

Filters limit rule actions to a subset of blobs within the storage account. If multiple filters are defined, a logical AND is performed on all filters.

public class ManagementPolicyFilter
type ManagementPolicyFilter = class
Public Class ManagementPolicyFilter
Inheritance
ManagementPolicyFilter

Constructors

ManagementPolicyFilter()

Initializes a new instance of the ManagementPolicyFilter class.

ManagementPolicyFilter(IList<String>, IList<String>, IList<TagFilter>)

Initializes a new instance of the ManagementPolicyFilter class.

Properties

BlobIndexMatch

Gets or sets an array of blob index tag based filters, there can be at most 10 tag filters

BlobTypes

Gets or sets an array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob.

PrefixMatch

Gets or sets an array of strings for prefixes to be match.

Methods

Validate()

Validate the object.

Applies to