Get Forwarding Rule Result
data class GetForwardingRuleResult(val domainName: String, val etag: String, val forwardingRuleState: String? = null, val id: String, val metadata: Map<String, String>? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val targetDnsServers: List<TargetDnsServerResponse>, val type: String)
Describes a forwarding rule within a DNS forwarding ruleset.
Properties
Link copied to clipboard
The domain name for the forwarding rule.
Link copied to clipboard
The state of forwarding rule.
Link copied to clipboard
The current provisioning state of the forwarding rule. This is a read-only property and any attempt to set this value will be ignored.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
DNS servers to forward the DNS query to.