ODataQueryOptions1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
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. |