Share via


FilterType Struct

Definition

Rule filter types

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterTypeTypeConverter))]
public struct FilterType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Support.FilterTypeTypeConverter))>]
type FilterType = struct
    interface IArgumentCompleter
Public Structure FilterType
Implements IArgumentCompleter, IEquatable(Of FilterType)
Inheritance
FilterType
Attributes
Implements

Fields

CorrelationFilter
SqlFilter

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(FilterType)

Compares values of enum type FilterType

Equals(Object)

Compares values of enum type FilterType (override for Object)

GetHashCode()

Returns hashCode for enum FilterType

ToString()

Returns string representation for FilterType

Operators

Equality(FilterType, FilterType)

Overriding == operator for enum FilterType

Implicit(FilterType to String)

Implicit operator to convert FilterType to string

Implicit(String to FilterType)

Implicit operator to convert string to FilterType

Inequality(FilterType, FilterType)

Overriding != operator for enum FilterType

Applies to