AnalyticsDefenderEasmModelFactory.PageCause Method
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.
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
Returns
A new PageCause instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET