Share via


DnsForwardingRulesetProperties Class

Definition

Represents the properties of a DNS forwarding ruleset.

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

Constructors

DnsForwardingRulesetProperties()

Creates an new DnsForwardingRulesetProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DnsForwardingRulesetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnsForwardingRulesetProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.IDnsForwardingRulesetProperties.

FromJsonString(String)

Creates a new instance of DnsForwardingRulesetProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnsForwardingRulesetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to