ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlMigrationAdminCredentials Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationAdminCredentials PostgreSqlMigrationAdminCredentials(string sourceServerPassword = default, string targetServerPassword = default);
static member PostgreSqlMigrationAdminCredentials : string * string -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationAdminCredentials
Public Shared Function PostgreSqlMigrationAdminCredentials (Optional sourceServerPassword As String = Nothing, Optional targetServerPassword As String = Nothing) As PostgreSqlMigrationAdminCredentials
Parameters
- sourceServerPassword
- String
Password for the user of the source server.
- targetServerPassword
- String
Password for the user of the target server.
Returns
A new PostgreSqlMigrationAdminCredentials instance for mocking.