IAppServiceEnvironment.CustomDnsSuffixConfigurationPropertiesDnsSuffix Property

Definition

The default custom domain suffix to use for all sites deployed on the ASE.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The default custom domain suffix to use for all sites deployed on the ASE.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsSuffix", Update=true)]
public string CustomDnsSuffixConfigurationPropertiesDnsSuffix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The default custom domain suffix to use for all sites deployed on the ASE.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsSuffix", Update=true)>]
member this.CustomDnsSuffixConfigurationPropertiesDnsSuffix : string with get, set
Public Property CustomDnsSuffixConfigurationPropertiesDnsSuffix As String

Property Value

Attributes

Applies to