Language

IForwardingRulePatchProperties Interface

Definition

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

Properties

Name Description
ForwardingRuleState

The state of forwarding rule.

Metadata

Metadata attached to the forwarding rule.

TargetDnsServer

DNS servers to forward the DNS query to.

Methods

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

Applies to