ArmDataMigrationModelFactory.DataMigrationSqlServerOrphanedUserInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DataMigrationSqlServerOrphanedUserInfo.
public static Azure.ResourceManager.DataMigration.Models.DataMigrationSqlServerOrphanedUserInfo DataMigrationSqlServerOrphanedUserInfo(string name = default, string databaseName = default);
static member DataMigrationSqlServerOrphanedUserInfo : string * string -> Azure.ResourceManager.DataMigration.Models.DataMigrationSqlServerOrphanedUserInfo
Public Shared Function DataMigrationSqlServerOrphanedUserInfo (Optional name As String = Nothing, Optional databaseName As String = Nothing) As DataMigrationSqlServerOrphanedUserInfo
Parameters
- name
- String
Name of the orphaned user.
- databaseName
- String
Parent database of the user.
Returns
A new DataMigrationSqlServerOrphanedUserInfo instance for mocking.