ForwardingRulePatchProperties interface

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

Properties

forwardingRuleState

The state of forwarding rule.

metadata

Metadata attached to the forwarding rule.

targetDnsServers

DNS servers to forward the DNS query to.

Property Details

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>

targetDnsServers

DNS servers to forward the DNS query to.

targetDnsServers?: TargetDnsServer[]

Property Value