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. |
| provisioning |
The provisioning state of the recordset. NOTE: This property will not be serialized. It can only be populated by the server. |
| 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[]
provisioningState
The provisioning state of the recordset. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: 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