ICustomHostnameAnalysisResult.ConflictWithEnvironmentCustomDomain 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.
true
if there is a conflict on the Container App's managed environment level custom domain; otherwise, false
.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="<code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="conflictWithEnvironmentCustomDomain", Update=false)]
public bool? ConflictWithEnvironmentCustomDomain { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="<code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="conflictWithEnvironmentCustomDomain", Update=false)>]
member this.ConflictWithEnvironmentCustomDomain : Nullable<bool>
Public ReadOnly Property ConflictWithEnvironmentCustomDomain As Nullable(Of Boolean)
Property Value
- Attributes