Share via


IDomainProperties Interface

Definition

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

Properties

DataLocation

The location where the Domains resource data is stored at rest.

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.

DomainManagement

Describes how a Domains resource is being managed.

DomainStatus

Status of the verification operation.

FromSenderDomain

P2 sender domain that is displayed to the email recipients [RFC 5322].

MailFromSenderDomain

P1 sender domain that is present on the email envelope [RFC 5321].

ProvisioningState

Provisioning state of the resource.

SpfErrorCode

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

SpfStatus

Status of the verification operation.

UserEngagementTracking

Describes whether user engagement tracking is enabled or disabled.

VerificationRecord

List of DnsRecord

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to