ValidateResponseError 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 for when validation fails.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ValidateResponseErrorTypeConverter))]
public class ValidateResponseError : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateResponseError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ValidateResponseErrorTypeConverter))>]
type ValidateResponseError = class
interface IValidateResponseError
interface IJsonSerializable
Public Class ValidateResponseError
Implements IValidateResponseError
- Inheritance
-
ValidateResponseError
- Attributes
- Implements
Constructors
ValidateResponseError() |
Creates an new ValidateResponseError instance. |
Properties
Code |
Validation error code. |
Message |
Validation error message. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidateResponseError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidateResponseError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateResponseError. |
FromJsonString(String) |
Creates a new instance of ValidateResponseError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidateResponseError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |