INetworkAnchorProperties.DnsForwardingRule Property
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 rules
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="DNS forwarding rules", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsForwardingRule) }, Read=false, ReadOnly=false, Required=false, SerializedName="dnsForwardingRules", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsForwardingRule> DnsForwardingRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="DNS forwarding rules", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsForwardingRule) }, Read=false, ReadOnly=false, Required=false, SerializedName="dnsForwardingRules", Update=false)>]
member this.DnsForwardingRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsForwardingRule> with get, set
Public Property DnsForwardingRule As List(Of IDnsForwardingRule)
Property Value
- Attributes