ISitePatchResourceProperties.DnsConfigurationDnsServer Property

Definition

List of custom DNS servers to be used by an app for lookups. Maximum 5 dns servers can be set.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of custom DNS servers to be used by an app for lookups. Maximum 5 dns servers can be set.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsServers", Update=true)]
public System.Collections.Generic.List<string> DnsConfigurationDnsServer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of custom DNS servers to be used by an app for lookups. Maximum 5 dns servers can be set.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsServers", Update=true)>]
member this.DnsConfigurationDnsServer : System.Collections.Generic.List<string> with get, set
Public Property DnsConfigurationDnsServer As List(Of String)

Property Value

Attributes

Applies to