Dela via


TagFilter Class

Definition

Blob index tag based filtering for blob objects

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TagFilterTypeConverter))]
public class TagFilter : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITagFilter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TagFilterTypeConverter))>]
type TagFilter = class
    interface ITagFilter
    interface IJsonSerializable
Public Class TagFilter
Implements ITagFilter
Inheritance
TagFilter
Attributes
Implements

Constructors

TagFilter()

Creates an new TagFilter instance.

Properties

Name

This is the filter tag name, it can have 1 - 128 characters

Op

This is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported

Value

This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TagFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TagFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITagFilter.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TagFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to