Language

IForwardingRulePatch Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ForwardingRulePatchTypeConverter))]
public interface IForwardingRulePatch : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ForwardingRulePatchTypeConverter))>]
type IForwardingRulePatch = interface
    interface IJsonSerializable
Public Interface IForwardingRulePatch
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