SubResourceIntegrityCheck Class

Definition

The SubResourceIntegrityCheck.

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

Properties

CausePageUrl

Gets the cause page url.

Count

Gets the count.

CrawlGuid

Gets the crawl guid.

ExpectedHash

Gets the expected hash.

FirstSeen

Gets the first seen.

LastSeen

Gets the last seen.

PageGuid

Gets the page guid.

ResourceGuid

Gets the resource guid.

Violation

Gets the violation.

Explicit Interface Implementations

IJsonModel<SubResourceIntegrityCheck>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubResourceIntegrityCheck>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubResourceIntegrityCheck>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubResourceIntegrityCheck>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubResourceIntegrityCheck>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to