Uses of Class
com.azure.health.deidentification.models.TargetStorageLocation
Packages that use TargetStorageLocation
Package
Description
Package containing the data models for Deidentification.
-
Uses of TargetStorageLocation in com.azure.health.deidentification.models
Methods in com.azure.health.deidentification.models that return TargetStorageLocationModifier and TypeMethodDescriptionstatic TargetStorageLocationTargetStorageLocation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TargetStorageLocation from the JsonReader.DeidentificationJob.getTargetLocation()Get the targetLocation property: Target location to store output of operation.TargetStorageLocation.setOverwrite(Boolean overwrite) Set the overwrite property: When set to true during a job, the service will overwrite the output location if it already exists.Constructors in com.azure.health.deidentification.models with parameters of type TargetStorageLocationModifierConstructorDescriptionDeidentificationJob(SourceStorageLocation sourceLocation, TargetStorageLocation targetLocation) Creates an instance of DeidentificationJob class.