OdataErrorMain Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.OdataErrorMainTypeConverter))]
public class OdataErrorMain : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.IOdataErrorMain, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.OdataErrorMainTypeConverter))>]
type OdataErrorMain = class
    interface IOdataErrorMain
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class OdataErrorMain
Implements IAssociativeArray(Of Object), IOdataErrorMain
Inheritance
OdataErrorMain
Attributes
Implements

Constructors

OdataErrorMain()

Creates an new OdataErrorMain instance.

Fields

__additionalProperties

Properties

Code
Detail
Innererror

The structure of this object is service-specific

Item[String]
Message
Target

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OdataErrorMain.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OdataErrorMain.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10Beta.IOdataErrorMain.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of OdataErrorMain into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(OdataErrorMain to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to