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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyFilterTypeConverter))]
public class ManagementPolicyFilter : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ManagementPolicyFilterTypeConverter))>]
type ManagementPolicyFilter = class
    interface IManagementPolicyFilter
    interface IJsonSerializable
Public Class ManagementPolicyFilter
Implements IManagementPolicyFilter
Inheritance
ManagementPolicyFilter
Attributes
Implements

Constructors

ManagementPolicyFilter()

Creates an new ManagementPolicyFilter instance.

Properties

BlobType

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

PrefixMatch

An array of strings for prefixes to be match.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagementPolicyFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagementPolicyFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IManagementPolicyFilter.

FromJsonString(String)

Creates a new instance of ManagementPolicyFilter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagementPolicyFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to