IVerificationStatusRecord Interface
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.
[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) |