Share via


IDnsForwardingRulesetProperties Interface

Definition

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

Properties

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.

ProvisioningState

The current provisioning state of the DNS forwarding ruleset. This is a read-only property and any attempt to set this value will be ignored.

ResourceGuid

The resourceGuid for the DNS forwarding ruleset.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to