Поделиться через


SqlDataDirectoryMapping Class

Definition

Encapsulates information regarding data directory.

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

Constructors

SqlDataDirectoryMapping()

Initializes a new instance of SqlDataDirectoryMapping.

Properties

MappingType

Type of data directory mapping.

SourceLogicalName

Restore source logical name path.

SourcePath

Restore source path.

TargetPath

Target path.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlDataDirectoryMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlDataDirectoryMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlDataDirectoryMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlDataDirectoryMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlDataDirectoryMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to