Share via


ODataPathSegment Class

Definition

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

Constructors

ODataPathSegment()

Creates an new ODataPathSegment instance.

Properties

EdmTypeKind
Identifier

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ODataPathSegment.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ODataPathSegment.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ODataPathSegment into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to