Language

IForwardingRuleProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ForwardingRulePropertiesTypeConverter))]
public interface IForwardingRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ForwardingRulePropertiesTypeConverter))>]
type IForwardingRuleProperties = interface
    interface IJsonSerializable
Public Interface IForwardingRuleProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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.

TargetDnsServer

DNS servers to forward the DNS query to.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to