VerificationStatusRecord 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.
A class that represents a VerificationStatus record.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.VerificationStatusRecordTypeConverter))]
public class VerificationStatusRecord : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationStatusRecord
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.VerificationStatusRecordTypeConverter))>]
type VerificationStatusRecord = class
interface IVerificationStatusRecord
interface IJsonSerializable
Public Class VerificationStatusRecord
Implements IVerificationStatusRecord
- Inheritance
-
VerificationStatusRecord
- Attributes
- Implements
Constructors
VerificationStatusRecord() |
Creates an new VerificationStatusRecord instance. |
Properties
ErrorCode |
Error code. This property will only be present if the status is UnableToVerify. |
Status |
Status of the verification operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VerificationStatusRecord. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VerificationStatusRecord. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationStatusRecord. |
FromJsonString(String) |
Creates a new instance of VerificationStatusRecord, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VerificationStatusRecord into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |