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>)

Initializes a new instance of the ManagementPolicyFilter class.

Properties

BlobTypes

Gets or sets an array of predefined enum values. Only blockBlob is supported.

PrefixMatch

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

Methods

Validate()

Validate the object.

Applies to