FilterQueryOption Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.FilterQueryOptionTypeConverter))]
public class FilterQueryOption : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IFilterQueryOption
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.FilterQueryOptionTypeConverter))>]
type FilterQueryOption = class
    interface IFilterQueryOption
    interface IJsonSerializable
Public Class FilterQueryOption
Implements IFilterQueryOption
Inheritance
FilterQueryOption
Attributes
Implements

Constructors

Name Description
FilterQueryOption()

Creates an new FilterQueryOption instance.

Properties

Name Description
Context
ExpressionKind
ExpressionTypeReferenceDefinitionTypeKind
ExpressionTypeReferenceIsNullable
ItemTypeDefinitionTypeKind
ItemTypeIsNullable
RangeVariableKind
RangeVariableName
RangeVariableTypeReferenceDefinitionTypeKind
RangeVariableTypeReferenceIsNullable
RawValue
Validator

Any object

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FilterQueryOption.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FilterQueryOption.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IFilterQueryOption.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FilterQueryOption into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to