Share via


PostgreSqlMigrationAdminCredentials(String, String) Constructor

Definition

Initializes a new instance of PostgreSqlMigrationAdminCredentials.

public PostgreSqlMigrationAdminCredentials (string sourceServerPassword, string targetServerPassword);
new Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationAdminCredentials : string * string -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationAdminCredentials
Public Sub New (sourceServerPassword As String, targetServerPassword As String)

Parameters

sourceServerPassword
String

Password for source server.

targetServerPassword
String

Password for target server.

Exceptions

sourceServerPassword or targetServerPassword is null.

Applies to