Aracılığıyla paylaş


DomainResource Class

Definition

A class representing a Domains resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DomainResourceTypeConverter))]
public class DomainResource : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDomainResource, Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DomainResourceTypeConverter))>]
type DomainResource = class
    interface IDomainResource
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class DomainResource
Implements IDomainResource, IValidates
Inheritance
DomainResource
Attributes
Implements

Constructors

DomainResource()

Creates an new DomainResource 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].

Id

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

Location

The geo-location where the resource lives

MailFromSenderDomain

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

Name

The name of the resource

ProvisioningState

Provisioning state of the resource.

ResourceGroupName

Gets the resource group name

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).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

Type

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

UserEngagementTracking

Describes whether user engagement tracking is enabled or disabled.

VerificationRecord

List of DnsRecord

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DomainResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DomainResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DomainResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to