Share via


TargetStorageLocation Class

Definition

Storage location.

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

Constructors

TargetStorageLocation(Uri, String)

Initializes a new instance of TargetStorageLocation.

Properties

Location

URL to storage location.

Prefix

Prefix to filter path by.

Explicit Interface Implementations

IJsonModel<TargetStorageLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TargetStorageLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TargetStorageLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TargetStorageLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TargetStorageLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to