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 DescribeExportTasks operation. Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceRequest
      Amazon.ApplicationDiscoveryService.Model.DescribeExportTasksRequest

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

Syntax

C#
public class DescribeExportTasksRequest : AmazonApplicationDiscoveryServiceRequest
         IAmazonWebServiceRequest

The DescribeExportTasksRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ExportIds System.Collections.Generic.List<System.String>

Gets and sets the property ExportIds.

One or more unique identifiers used to query the status of an export request.

Public Property Filters System.Collections.Generic.List<Amazon.ApplicationDiscoveryService.Model.ExportFilter>

Gets and sets the property Filters.

One or more filters.

  • AgentId - ID of the agent whose collected data will be exported

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of volume results returned by DescribeExportTasks in paginated output. When this parameter is used, DescribeExportTasks only returns maxResults results in a single page along with a nextToken response element.

Public Property NextToken System.String

Gets and sets the property NextToken.

The nextToken value returned from a previous paginated DescribeExportTasks request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5