Share via


DataMigrationFileShareInfo Class

Definition

File share information with Path, Username, and Password.

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

Constructors

DataMigrationFileShareInfo(String)

Initializes a new instance of DataMigrationFileShareInfo.

Properties

Password

Password credential used to connect to the share ___location.

Path

The folder path for this share.

UserName

User name credential to connect to the share ___location.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationFileShareInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataMigrationFileShareInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationFileShareInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationFileShareInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataMigrationFileShareInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to