MigrationSecretParametersForPatch interface
Migration secret parameters.
Properties
| admin |
Credentials of administrator users for source and target servers. |
| source |
Gets or sets the name of the user for the source server. This user doesn't need to be an administrator. |
| target |
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