Share via


MigrationSecretParametersForPatch interface

Migration secret parameters.

Properties

adminCredentials

Credentials of administrator users for source and target servers.

sourceServerUsername

Gets or sets the name of the user for the source server. This user doesn't need to be an administrator.

targetServerUsername

Gets or sets the name of the user for the target server. This user doesn't need to be an administrator.

Property Details

adminCredentials

Credentials of administrator users for source and target servers.

adminCredentials?: AdminCredentialsForPatch

Property Value

sourceServerUsername

Gets or sets the name of the user for the source server. This user doesn't need to be an administrator.

sourceServerUsername?: string

Property Value

string

targetServerUsername

Gets or sets the name of the user for the target server. This user doesn't need to be an administrator.

targetServerUsername?: string

Property Value

string