ISitePatchResourceProperties.DnsConfigurationDnsServer 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.
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