ForwardingRuleProperties interface
Represents the properties of a forwarding rule within a DNS forwarding ruleset.
Properties
| domain |
The domain name for the forwarding rule. |
| forwarding |
The state of forwarding rule. |
| metadata | Metadata attached to the forwarding rule. |
| provisioning |
The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored. |
| target |
DNS servers to forward the DNS query to. |
Property Details
domainName
The domain name for the forwarding rule.
domainName: string
Property Value
string
forwardingRuleState
The state of forwarding rule.
forwardingRuleState?: string
Property Value
string
metadata
Metadata attached to the forwarding rule.
metadata?: Record<string, string>
Property Value
Record<string, string>
provisioningState
The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.
provisioningState?: string
Property Value
string
targetDnsServers
DNS servers to forward the DNS query to.
targetDnsServers: TargetDnsServer[]