TargetStorageLocation(Uri, String) Constructor
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.
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.