Aracılığıyla paylaş


IDnsRecord Interface

Definition

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

Properties

Name

Name of the DNS record.

Ttl

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

Type

Type of the DNS record. Example: TXT

Value

Value of the DNS record.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to