Partilhar via


AnalyticsDefenderEasmModelFactory.PageCause Method

Definition

Initializes a new instance of PageCause.

public static Azure.Analytics.Defender.Easm.PageCause PageCause (string cause = default, string causeElementXPath = default, string location = default, int? possibleMatches = default, bool? loopDetected = default, int? version = default, int? domChangeIndex = default);
static member PageCause : string * string * string * Nullable<int> * Nullable<bool> * Nullable<int> * Nullable<int> -> Azure.Analytics.Defender.Easm.PageCause
Public Shared Function PageCause (Optional cause As String = Nothing, Optional causeElementXPath As String = Nothing, Optional location As String = Nothing, Optional possibleMatches As Nullable(Of Integer) = Nothing, Optional loopDetected As Nullable(Of Boolean) = Nothing, Optional version As Nullable(Of Integer) = Nothing, Optional domChangeIndex As Nullable(Of Integer) = Nothing) As PageCause

Parameters

cause
String
causeElementXPath
String
location
String
possibleMatches
Nullable<Int32>
loopDetected
Nullable<Boolean>
version
Nullable<Int32>
domChangeIndex
Nullable<Int32>

Returns

A new PageCause instance for mocking.

Applies to