Language

IDnsForwardingRulesetPatch.DnsResolverOutboundEndpoint Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverOutboundEndpoints", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ISubResource> DnsResolverOutboundEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ISubResource) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverOutboundEndpoints", Update=true)>]
member this.DnsResolverOutboundEndpoint : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ISubResource> with get, set
Public Property DnsResolverOutboundEndpoint As List(Of ISubResource)

Property Value

Attributes

Applies to