WorkbookTemplateErrorFieldContract 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.Api20201120.WorkbookTemplateErrorFieldContractTypeConverter))]
public class WorkbookTemplateErrorFieldContract : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateErrorFieldContract
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateErrorFieldContractTypeConverter))>]
type WorkbookTemplateErrorFieldContract = class
interface IWorkbookTemplateErrorFieldContract
interface IJsonSerializable
Public Class WorkbookTemplateErrorFieldContract
Implements IWorkbookTemplateErrorFieldContract
- Inheritance
-
WorkbookTemplateErrorFieldContract
- Attributes
- Implements
Constructors
WorkbookTemplateErrorFieldContract() |
Creates an new WorkbookTemplateErrorFieldContract 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 WorkbookTemplateErrorFieldContract. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookTemplateErrorFieldContract. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateErrorFieldContract. |
FromJsonString(String) |
Creates a new instance of WorkbookTemplateErrorFieldContract, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookTemplateErrorFieldContract into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |