InnerErrorTrace 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.
Error details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.InnerErrorTraceTypeConverter))]
public class InnerErrorTrace : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IInnerErrorTrace
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.InnerErrorTraceTypeConverter))>]
type InnerErrorTrace = class
interface IInnerErrorTrace
interface IJsonSerializable
Public Class InnerErrorTrace
Implements IInnerErrorTrace
- Inheritance
-
InnerErrorTrace
- Attributes
- Implements
Constructors
InnerErrorTrace() |
Creates an new InnerErrorTrace instance. |
Properties
Trace |
detailed error trace |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InnerErrorTrace. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InnerErrorTrace. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IInnerErrorTrace. |
FromJsonString(String) |
Creates a new instance of InnerErrorTrace, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InnerErrorTrace into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |