ValidationResultItem 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.
The validation item for a Linker.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidationResultItemTypeConverter))]
public class ValidationResultItem : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidationResultItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidationResultItemTypeConverter))>]
type ValidationResultItem = class
interface IValidationResultItem
interface IJsonSerializable
Public Class ValidationResultItem
Implements IValidationResultItem
- Inheritance
-
ValidationResultItem
- Attributes
- Implements
Constructors
ValidationResultItem() |
Creates an new ValidationResultItem instance. |
Properties
Description |
The display name of validation item |
ErrorCode |
The error code of validation result |
ErrorMessage |
The error message of validation result |
Name |
The validation item name. |
Result |
The result of validation |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidationResultItem. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidationResultItem. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidationResultItem. |
FromJsonString(String) |
Creates a new instance of ValidationResultItem, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidationResultItem into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |