DnsForwardingRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DNS forwarding rule properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsForwardingRuleTypeConverter))]
public class DnsForwardingRule : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsForwardingRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsForwardingRuleTypeConverter))>]
type DnsForwardingRule = class
interface IDnsForwardingRule
interface IJsonSerializable
Public Class DnsForwardingRule
Implements IDnsForwardingRule
- Inheritance
-
DnsForwardingRule
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DnsForwardingRule() |
Creates an new DnsForwardingRule instance. |
Properties
| Name | Description |
|---|---|
| DomainName |
Comma-separated domain names |
| ForwardingIPAddress |
Forwarding ip address |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DnsForwardingRule. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DnsForwardingRule. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsForwardingRule. |
| FromJsonString(String) |
Creates a new instance of DnsForwardingRule, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DnsForwardingRule into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |