Share via


DomainPropertiesVerificationRecords Class

Definition

List of DnsRecord

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

Constructors

DomainPropertiesVerificationRecords()

Creates an new DomainPropertiesVerificationRecords instance.

Properties

Dkim2Name

Name of the DNS record.

Dkim2Ttl

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.

Dkim2Type

Type of the DNS record. Example: TXT

Dkim2Value

Value of the DNS record.

DkimName

Name of the DNS record.

DkimTtl

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.

DkimType

Type of the DNS record. Example: TXT

DkimValue

Value of the DNS record.

DmarcName

Name of the DNS record.

DmarcTtl

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.

DmarcType

Type of the DNS record. Example: TXT

DmarcValue

Value of the DNS record.

DomainName

Name of the DNS record.

DomainTtl

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.

DomainType

Type of the DNS record. Example: TXT

DomainValue

Value of the DNS record.

SpfName

Name of the DNS record.

SpfTtl

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.

SpfType

Type of the DNS record. Example: TXT

SpfValue

Value of the DNS record.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DomainPropertiesVerificationRecords.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DomainPropertiesVerificationRecords.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DomainPropertiesVerificationRecords into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to