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