PageCause Class

Definition

The PageCause.

public class PageCause : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.PageCause>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.PageCause>
type PageCause = class
    interface IJsonModel<PageCause>
    interface IPersistableModel<PageCause>
Public Class PageCause
Implements IJsonModel(Of PageCause), IPersistableModel(Of PageCause)
Inheritance
PageCause
Implements

Properties

Cause

Gets the cause.

CauseElementXPath

Gets the cause element x path.

DomChangeIndex

Gets the dom change index.

Location

Gets the location.

LoopDetected

Gets the loop detected.

PossibleMatches

Gets the possible matches.

Version

Gets the version.

Explicit Interface Implementations

IJsonModel<PageCause>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PageCause>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PageCause>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PageCause>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PageCause>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to