Share via


DataMigrationSqlServerOrphanedUserInfo Class

Definition

Information of orphaned users on the SQL server database.

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

Properties

DatabaseName

Parent database of the user.

Name

Name of the orphaned user.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationSqlServerOrphanedUserInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataMigrationSqlServerOrphanedUserInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationSqlServerOrphanedUserInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationSqlServerOrphanedUserInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataMigrationSqlServerOrphanedUserInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to