Share via


SourceStorageLocation Class

Definition

Storage ___location.

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

Constructors

SourceStorageLocation(Uri, String)

Initializes a new instance of SourceStorageLocation.

Properties

Extensions

List of extensions to filter path by.

Location

URL to storage ___location.

Prefix

Prefix to filter path by.

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SourceStorageLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SourceStorageLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SourceStorageLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SourceStorageLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SourceStorageLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to