Share via


ODataQueryOptions1 Class

Definition

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

Constructors

ODataQueryOptions1()

Creates an new ODataQueryOptions1 instance.

Properties

ExpressionKind
ExpressionTypeReferenceDefinitionTypeKind
ExpressionTypeReferenceIsNullable
FilterContext
FilterRawValue
FilterValidator

Any object

ItemTypeDefinitionTypeKind
ItemTypeIsNullable
RangeVariableKind
RangeVariableName
RangeVariableTypeReferenceDefinitionTypeKind
RangeVariableTypeReferenceIsNullable

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ODataQueryOptions1.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ODataQueryOptions1.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ODataQueryOptions1 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to