PostgreSqlMigrationAdminCredentials(String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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)
Paramètres
- sourceServerPassword
- String
Mot de passe pour le serveur source.
- targetServerPassword
- String
Mot de passe pour le serveur cible.
Exceptions
sourceServerPassword
ou targetServerPassword
est null.