Bagikan melalui


ArmDataMigrationModelFactory.OrphanedUserInfo(String, String) Method

Definition

Initializes a new instance of OrphanedUserInfo.

public static Azure.ResourceManager.DataMigration.Models.OrphanedUserInfo OrphanedUserInfo (string name = default, string databaseName = default);
static member OrphanedUserInfo : string * string -> Azure.ResourceManager.DataMigration.Models.OrphanedUserInfo
Public Shared Function OrphanedUserInfo (Optional name As String = Nothing, Optional databaseName As String = Nothing) As OrphanedUserInfo

Parameters

name
String

Name of the orphaned user.

databaseName
String

Parent database of the user.

Returns

A new OrphanedUserInfo instance for mocking.

Applies to