IConfiguration.IngressCustomDomain 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.
custom domain bindings for Container Apps' hostnames.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="custom domain bindings for Container Apps' hostnames.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomDomain) }, Read=true, ReadOnly=false, Required=false, SerializedName="customDomains", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomDomain> IngressCustomDomain { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="custom domain bindings for Container Apps' hostnames.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomDomain) }, Read=true, ReadOnly=false, Required=false, SerializedName="customDomains", Update=true)>]
member this.IngressCustomDomain : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICustomDomain> with get, set
Public Property IngressCustomDomain As List(Of ICustomDomain)
Property Value
- Attributes