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 BatchDeleteImportData operation. Deletes one or more import tasks, each identified by their import ID. Each import task has a number of records that can identify servers or applications.

Amazon Web Services Application Discovery Service has built-in matching logic that will identify when discovered servers match existing entries that you've previously discovered, the information for the already-existing discovered server is updated. When you delete an import task that contains records that were used to match, the information in those matched records that comes from the deleted records will also be deleted.

Inheritance Hierarchy

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

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

Syntax

C#
public class BatchDeleteImportDataRequest : AmazonApplicationDiscoveryServiceRequest
         IAmazonWebServiceRequest

The BatchDeleteImportDataRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DeleteHistory System.Boolean

Gets and sets the property DeleteHistory.

Set to true to remove the deleted import task from DescribeImportTasks.

Public Property ImportTaskIds System.Collections.Generic.List<System.String>

Gets and sets the property ImportTaskIds.

The IDs for the import tasks that you want to delete.

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