Share via


ISite.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(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) }, ReadOnly=false, Required=false, SerializedName="dnsServers")]
public string[] DnsConfigurationDnsServer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="dnsServers")>]
member this.DnsConfigurationDnsServer : string[] with get, set
Public Property DnsConfigurationDnsServer As String()

Property Value

String[]
Attributes

Applies to