RecordSet interface
A collective group of information about the record set information.
Properties
| fqdn | Fqdn that resolves to private endpoint ip address. |
| ip |
The private ip address of the private endpoint. |
| record |
Recordset name. |
| record |
Resource record type. |
| ttl | Recordset time to live. |
Property Details
fqdn
Fqdn that resolves to private endpoint ip address.
fqdn?: string
Property Value
string
ipAddresses
The private ip address of the private endpoint.
ipAddresses?: string[]
Property Value
string[]
recordSetName
Recordset name.
recordSetName?: string
Property Value
string
recordType
Resource record type.
recordType?: string
Property Value
string
ttl
Recordset time to live.
ttl?: number
Property Value
number