AWS SDK for .NET Documentation
CancelConversionTaskRequest Class
AmazonAmazon.EC2.ModelCancelConversionTaskRequest Did this page help you?   Yes   No    Tell us about it...
Cancels an active conversion task. The task can be the import of an instance or volume.
Declaration Syntax
C#
public class CancelConversionTaskRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CancelConversionTaskRequest()()()()
Initializes a new instance of the CancelConversionTaskRequest class

ConversionTaskId
The ID of the task you want to cancel.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetConversionTaskId()()()()
Checks if ConversionTaskId property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithConversionTaskId(String) Obsolete.
Sets the ID of the task you want to cancel.

Remarks
The command removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.
Inheritance Hierarchy
Object
EC2Request
 CancelConversionTaskRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)