Share via


IVerificationStatusRecord Interface

Definition

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

Properties

ErrorCode

Error code. This property will only be present if the status is UnableToVerify.

Status

Status of the verification operation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to