ArmDataMigrationModelFactory.ValidateOracleAzureDBPostgreSqlSyncTaskOutput 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.
Initializes a new instance of ValidateOracleAzureDBPostgreSqlSyncTaskOutput.
public static Azure.ResourceManager.DataMigration.Models.ValidateOracleAzureDBPostgreSqlSyncTaskOutput ValidateOracleAzureDBPostgreSqlSyncTaskOutput (System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ReportableException> validationErrors = default);
static member ValidateOracleAzureDBPostgreSqlSyncTaskOutput : seq<Azure.ResourceManager.DataMigration.Models.ReportableException> -> Azure.ResourceManager.DataMigration.Models.ValidateOracleAzureDBPostgreSqlSyncTaskOutput
Public Shared Function ValidateOracleAzureDBPostgreSqlSyncTaskOutput (Optional validationErrors As IEnumerable(Of ReportableException) = Nothing) As ValidateOracleAzureDBPostgreSqlSyncTaskOutput
Parameters
- validationErrors
- IEnumerable<ReportableException>
Errors associated with a selected database object.
Returns
A new ValidateOracleAzureDBPostgreSqlSyncTaskOutput instance for mocking.