ForwardingRuleProperties interface

Represents the properties of a forwarding rule within a DNS forwarding ruleset.

Properties

domainName

The domain name for the forwarding rule.

forwardingRuleState

The state of forwarding rule.

metadata

Metadata attached to the forwarding rule.

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.

targetDnsServers

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[]

Property Value