Share via


SourceLocation Class

Definition

Source Location details of backups.

public class SourceLocation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.SourceLocation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.SourceLocation>
type SourceLocation = class
    interface IJsonModel<SourceLocation>
    interface IPersistableModel<SourceLocation>
Public Class SourceLocation
Implements IJsonModel(Of SourceLocation), IPersistableModel(Of SourceLocation)
Inheritance
SourceLocation
Implements

Constructors

SourceLocation()

Initializes a new instance of SourceLocation.

Properties

AzureBlob

Source Azure Blob.

FileShare

Source File share.

FileStorageType

Backup storage Type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SourceLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SourceLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SourceLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SourceLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SourceLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to