Language

IDnsForwardingRulesetPatch Interface

Definition

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

Properties

Name Description
DnsResolverOutboundEndpoint

The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers.

Tag

Tags for DNS Resolver.

Methods

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

Applies to