PrivateDnsSoaRecordInfo 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 PrivateDnsSoaRecordInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PrivateDns.Models.PrivateDnsSoaRecordInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PrivateDns.Models.PrivateDnsSoaRecordInfo>
public class PrivateDnsSoaRecordInfo
type PrivateDnsSoaRecordInfo = class
interface IJsonModel<PrivateDnsSoaRecordInfo>
interface IPersistableModel<PrivateDnsSoaRecordInfo>
type PrivateDnsSoaRecordInfo = class
Public Class PrivateDnsSoaRecordInfo
Implements IJsonModel(Of PrivateDnsSoaRecordInfo), IPersistableModel(Of PrivateDnsSoaRecordInfo)
Public Class PrivateDnsSoaRecordInfo
- Inheritance
-
PrivateDnsSoaRecordInfo
- Implements
Constructors
PrivateDnsSoaRecordInfo() |
Initializes a new instance of PrivateDnsSoaRecordInfo. |
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. |
Explicit Interface Implementations
IJsonModel<PrivateDnsSoaRecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PrivateDnsSoaRecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PrivateDnsSoaRecordInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PrivateDnsSoaRecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PrivateDnsSoaRecordInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET