Share via


IDomainResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DomainResourceTypeConverter))]
public interface IDomainResource : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DomainResourceTypeConverter))>]
type IDomainResource = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IDomainResource
Implements ITrackedResource
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].

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from IResource)
Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
MailFromSenderDomain

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

Name

The name of the resource

(Inherited from IResource)
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.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)
UserEngagementTracking

Describes whether user engagement tracking is enabled or disabled.

VerificationRecord

List of DnsRecord

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to