Sdílet prostřednictvím


DSRecordDigest Class

Definition

A digest.

public class DSRecordDigest : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dns.Models.DSRecordDigest>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dns.Models.DSRecordDigest>
type DSRecordDigest = class
    interface IJsonModel<DSRecordDigest>
    interface IPersistableModel<DSRecordDigest>
Public Class DSRecordDigest
Implements IJsonModel(Of DSRecordDigest), IPersistableModel(Of DSRecordDigest)
Inheritance
DSRecordDigest
Implements

Constructors

DSRecordDigest()

Initializes a new instance of DSRecordDigest.

Properties

AlgorithmType

The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml.

Value

The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.

Explicit Interface Implementations

IJsonModel<DSRecordDigest>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DSRecordDigest>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DSRecordDigest>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DSRecordDigest>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DSRecordDigest>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to