DnsSoaRecordInfo 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.
An SOA record.
public class DnsSoaRecordInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dns.Models.DnsSoaRecordInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dns.Models.DnsSoaRecordInfo>
type DnsSoaRecordInfo = class
interface IJsonModel<DnsSoaRecordInfo>
interface IPersistableModel<DnsSoaRecordInfo>
Public Class DnsSoaRecordInfo
Implements IJsonModel(Of DnsSoaRecordInfo), IPersistableModel(Of DnsSoaRecordInfo)
- Inheritance
-
DnsSoaRecordInfo
- Implements
Constructors
DnsSoaRecordInfo() |
Initializes a new instance of DnsSoaRecordInfo. |
Properties
The email contact for this SOA record. |
|
ExpireTimeInSeconds |
The expire time for this SOA record. |
Host |
The domain name of the authoritative name server for this SOA record. |
MinimumTtlInSeconds |
The minimum value for this SOA record. By convention this is used to determine the negative caching duration. |
RefreshTimeInSeconds |
The refresh value for this SOA record. |
RetryTimeInSeconds |
The retry time for this SOA record. |
SerialNumber |
The serial number for this SOA record. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DnsSoaRecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DnsSoaRecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DnsSoaRecordInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DnsSoaRecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DnsSoaRecordInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET