OdataErrorDetail Class

Definition

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

Constructors

OdataErrorDetail()

Creates an new OdataErrorDetail instance.

Fields

__additionalProperties

Properties

Code
Item[String]
Message
Target

Methods

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

Deserializes a IDictionary into an instance of OdataErrorDetail.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OdataErrorDetail.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of OdataErrorDetail into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(OdataErrorDetail to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to