Aracılığıyla paylaş


DomainProperties Class

Definition

A class that describes the properties of a Domains resource.

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

Constructors

DomainProperties()

Creates an new DomainProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DomainProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DomainProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainProperties.

FromJsonString(String)

Creates a new instance of DomainProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DomainProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to