Share via


DeidentificationDocumentLocation Class

Definition

Location of a document.

public class DeidentificationDocumentLocation : System.ClientModel.Primitives.IJsonModel<Azure.Health.Deidentification.DeidentificationDocumentLocation>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Deidentification.DeidentificationDocumentLocation>
type DeidentificationDocumentLocation = class
    interface IJsonModel<DeidentificationDocumentLocation>
    interface IPersistableModel<DeidentificationDocumentLocation>
Public Class DeidentificationDocumentLocation
Implements IJsonModel(Of DeidentificationDocumentLocation), IPersistableModel(Of DeidentificationDocumentLocation)
Inheritance
DeidentificationDocumentLocation
Implements

Properties

Etag

The entity tag for this resource.

Location

Location of document in storage.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeidentificationDocumentLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeidentificationDocumentLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeidentificationDocumentLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeidentificationDocumentLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeidentificationDocumentLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to