Language

DnsForwardingRulesetProperties Class

Definition

Represents the properties of a DNS forwarding ruleset.

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

Constructors

Name Description
DnsForwardingRulesetProperties()

Creates an new DnsForwardingRulesetProperties instance.

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.

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

Name Description
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.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.

ToString()

Applies to