ErrorFieldContract 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 Field contract.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.ErrorFieldContractTypeConverter))]
public class ErrorFieldContract : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IErrorFieldContract
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.ErrorFieldContractTypeConverter))>]
type ErrorFieldContract = class
interface IErrorFieldContract
interface IJsonSerializable
Public Class ErrorFieldContract
Implements IErrorFieldContract
- Inheritance
-
ErrorFieldContract
- Attributes
- Implements
Constructors
ErrorFieldContract() |
Creates an new ErrorFieldContract instance. |
Properties
Code |
Property level error code. |
Message |
Human-readable representation of property-level error. |
Target |
Property name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ErrorFieldContract. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ErrorFieldContract. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IErrorFieldContract. |
FromJsonString(String) |
Creates a new instance of ErrorFieldContract, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ErrorFieldContract into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |