PostgreSqlMigrationAdminCredentials(String, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.