Partager via


ITagFilter Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to