IForwardingRulePatch Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ForwardingRulePatchTypeConverter))]
public interface IForwardingRulePatch : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.ForwardingRulePatchTypeConverter))>]
type IForwardingRulePatch = interface
interface IJsonSerializable
Public Interface IForwardingRulePatch
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ForwardingRuleState |
The state of forwarding rule. |
| Metadata |
Metadata attached to the forwarding rule. |
| TargetDnsServer |
DNS servers to forward the DNS query to. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |