Class UpdateDnsRecord
- Namespace
- KASserver
- Assembly
- KASserver.Client.dll
Parameters for editing a DNS resource record (update_dns_settings). Only properties that
are set (non-null) are sent; everything left null stays unchanged on the server. The record
is identified by its record_id, passed separately to
UpdateDnsRecordAsync(string, UpdateDnsRecord, CancellationToken). At least one field must be set. The record type
cannot be changed via this action (the KAS API does not accept it here).
public sealed class UpdateDnsRecord
- Inheritance
-
UpdateDnsRecord
- Inherited Members
Properties
Aux
The AUX value (record_aux), the priority for MX/SRV records. Optional.
public int? Aux { get; set; }
Property Value
- int?
RecordData
The record data (record_data). Optional.
public string? RecordData { get; set; }
Property Value
RecordName
The record name (record_name). Optional.
public string? RecordName { get; set; }