ManagementPolicyFilter Class

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.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.storage._serialization.Model
ManagementPolicyFilter

Constructor

ManagementPolicyFilter(*, blob_types: List[str], prefix_match: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
prefix_match

An array of strings for prefixes to be match.

blob_types

An array of predefined enum values. Only blockBlob is supported. Required.

Variables

Name Description
prefix_match

An array of strings for prefixes to be match.

blob_types

An array of predefined enum values. Only blockBlob is supported. Required.