DnsRecord Class
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.
A class that represents a VerificationStatus record.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DnsRecordTypeConverter))]
public class DnsRecord : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDnsRecord
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DnsRecordTypeConverter))>]
type DnsRecord = class
interface IDnsRecord
interface IJsonSerializable
Public Class DnsRecord
Implements IDnsRecord
- Inheritance
-
DnsRecord
- Attributes
- Implements
Constructors
DnsRecord() |
Creates an new DnsRecord instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DnsRecord. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IDnsRecord. |
FromJsonString(String) |
Creates a new instance of DnsRecord, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |