Share via


IForwardingRuleProperties Interface

Definition

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

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.

TargetDnsServer

DNS servers to forward the DNS query to.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to