AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the BatchStartRecommendations operation. Starts the analysis of up to 20 source databases to recommend target engines for each source database. This is a batch version of StartRecommendations.

The result of analysis of each source database is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceRequest
      Amazon.DatabaseMigrationService.Model.BatchStartRecommendationsRequest

Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class BatchStartRecommendationsRequest : AmazonDatabaseMigrationServiceRequest
         IAmazonWebServiceRequest

The BatchStartRecommendationsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Data System.Collections.Generic.List<Amazon.DatabaseMigrationService.Model.StartRecommendationsRequestEntry>

Gets and sets the property Data.

Provides information about source databases to analyze. After this analysis, Fleet Advisor recommends target engines for each source database.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5