Share via


IValidateResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ValidateResponseTypeConverter))]
public interface IValidateResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ValidateResponseTypeConverter))>]
type IValidateResponse = interface
    interface IJsonSerializable
Public Interface IValidateResponse
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

Validation error code.

Message

Validation error message.

Status

Result of validation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to