Share via


TargetStorageLocation(Uri, String) Constructor

Definition

Initializes a new instance of TargetStorageLocation.

public TargetStorageLocation(Uri ___location, string prefix);
new Azure.Health.Deidentification.TargetStorageLocation : Uri * string -> Azure.Health.Deidentification.TargetStorageLocation
Public Sub New (___location As Uri, prefix As String)

Parameters

___location
Uri

URL to storage ___location.

prefix
String

Replaces the input prefix of a file path with the output prefix, preserving the rest of the path structure.

Example: File full path: documents/user/note.txt Input Prefix: "documents/user/" Output Prefix: "output_docs/"

Output file: "output_docs/note.txt"

Exceptions

___location or prefix is null.

Applies to