Share via


DeidentificationJobCustomizationOptions Class

Definition

Customizations options to override default service behaviors for job usage.

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

Constructors

DeidentificationJobCustomizationOptions()

Initializes a new instance of DeidentificationJobCustomizationOptions.

Properties

RedactionFormat

Format of the redacted output. Only valid when Operation is Redact. Please refer to https://learn.microsoft.com/azure/healthcare-apis/deidentification/redaction-format for more details.

SurrogateLocale

Locale in which the output surrogates are written.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeidentificationJobCustomizationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeidentificationJobCustomizationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeidentificationJobCustomizationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeidentificationJobCustomizationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeidentificationJobCustomizationOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to