次の方法で共有


ISitePatchResource.DnsConfigurationDnsAltServer Property

Definition

Alternate DNS server to be used by apps. This property replicates the WEBSITE_DNS_ALT_SERVER app setting.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Alternate DNS server to be used by apps. This property replicates the WEBSITE_DNS_ALT_SERVER app setting.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsAltServer")]
public string DnsConfigurationDnsAltServer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Alternate DNS server to be used by apps. This property replicates the WEBSITE_DNS_ALT_SERVER app setting.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsAltServer")>]
member this.DnsConfigurationDnsAltServer : string with get, set
Public Property DnsConfigurationDnsAltServer As String

Property Value

Attributes

Applies to