ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlMigrationAdminCredentials Method

Definition

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.

Applies to