Freigeben über


IDomainPropertiesVerificationStates Interface

Definition

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

Properties

Dkim2ErrorCode

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

Dkim2Status

Status of the verification operation.

DkimErrorCode

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

DkimStatus

Status of the verification operation.

DmarcErrorCode

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

DmarcStatus

Status of the verification operation.

DomainErrorCode

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

DomainStatus

Status of the verification operation.

SpfErrorCode

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

SpfStatus

Status of the verification operation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to