ICustomHostnameAnalysisResultProperties.HasConflictAcrossSubscription Property

Definition

true if there is a conflict across subscriptions; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="<code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="hasConflictAcrossSubscription", Update=false)]
public bool? HasConflictAcrossSubscription { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="<code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="hasConflictAcrossSubscription", Update=false)>]
member this.HasConflictAcrossSubscription : Nullable<bool>
Public ReadOnly Property HasConflictAcrossSubscription As Nullable(Of Boolean)

Property Value

Attributes

Applies to