DeidentificationJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A job containing a batch of documents to de-identify.
public class DeidentificationJob : System.ClientModel.Primitives.IJsonModel<Azure.Health.Deidentification.DeidentificationJob>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Deidentification.DeidentificationJob>
type DeidentificationJob = class
interface IJsonModel<DeidentificationJob>
interface IPersistableModel<DeidentificationJob>
Public Class DeidentificationJob
Implements IJsonModel(Of DeidentificationJob), IPersistableModel(Of DeidentificationJob)
- Inheritance
-
DeidentificationJob
- Implements
Constructors
| DeidentificationJob(SourceStorageLocation, TargetStorageLocation) |
Initializes a new instance of DeidentificationJob. |
Properties
| CreatedAt |
Date and time when the job was created. |
| Customizations |
Customization parameters to override default service behaviors. |
| Error |
Error when job fails in it's entirety. |
| JobName |
The name of a job. |
| LastUpdatedAt |
Date and time when the job was completed. If the job is canceled, this is the time when the job was canceled. If the job failed, this is the time when the job failed. |
| OperationType |
Operation to perform on the input documents. |
| SourceLocation |
Storage ___location to perform the operation on. |
| StartedAt |
Date and time when the job was started. |
| Status |
Current status of a job. |
| Summary |
Summary of a job. Exists only when the job is completed. |
| TargetLocation |
Target ___location to store output of operation. |
Methods
Operators
| Explicit(Response to DeidentificationJob) | |
| Implicit(DeidentificationJob to RequestContent) |
Explicit Interface Implementations
| IJsonModel<DeidentificationJob>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DeidentificationJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<DeidentificationJob>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<DeidentificationJob>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DeidentificationJob>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |