RecordSetOutput 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. |
| 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.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
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