IDnsRecord Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |