Share via


ICustomHostnameAnalysisResult.HasConflictOnManagedEnvironment Property

Definition

true if there is a conflict on the Container App's managed environment; 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; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="hasConflictOnManagedEnvironment", Update=false)]
public bool? HasConflictOnManagedEnvironment { 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; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="hasConflictOnManagedEnvironment", Update=false)>]
member this.HasConflictOnManagedEnvironment : Nullable<bool>
Public ReadOnly Property HasConflictOnManagedEnvironment As Nullable(Of Boolean)

Property Value

Attributes

Applies to