SqlFilter Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SqlFilterTypeConverter))]
public class SqlFilter : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISqlFilter
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SqlFilterTypeConverter))>]
type SqlFilter = class
    interface ISqlFilter
    interface IJsonSerializable
Public Class SqlFilter
Implements ISqlFilter
Inheritance
SqlFilter
Attributes
Implements

Constructors

SqlFilter()

Properties

CompatibilityLevel
RequiresPreprocessing
SqlExpression

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to