你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GuidPair Class

Definition

The GuidPair.

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

Properties

CrawlStateGuid

Gets the crawl state guid.

LoadDate

Gets the load date.

PageGuid

Gets the page guid.

Recent

Gets the recent.

Explicit Interface Implementations

IJsonModel<GuidPair>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GuidPair>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GuidPair>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GuidPair>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GuidPair>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to