Partager via


IManagementPolicyFilter Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyFilterTypeConverter))]
public interface IManagementPolicyFilter : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyFilterTypeConverter))>]
type IManagementPolicyFilter = interface
    interface IJsonSerializable
Public Interface IManagementPolicyFilter
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BlobIndexMatch

An array of blob index tag based filters, there can be at most 10 tag filters

BlobType

An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob.

PrefixMatch

An array of strings for prefixes to be match.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to