Share via


SqlFileShare Class

Definition

File share.

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

Constructors

SqlFileShare()

Initializes a new instance of SqlFileShare.

Properties

Password

Password for username to access file share ___location.

Path

Location as SMB share or local drive where backups are placed.

Username

Username to access the file share ___location for backups.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlFileShare>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SqlFileShare>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlFileShare>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlFileShare>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlFileShare>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to