Compartilhar via


PostgreSqlMigrationAdminCredentials(String, String) Construtor

Definição

Inicializa uma nova instância do 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)

Parâmetros

sourceServerPassword
String

Senha para o servidor de origem.

targetServerPassword
String

Senha para o servidor de destino.

Exceções

sourceServerPassword ou targetServerPassword é nulo.

Aplica-se a