Details of an ExportVM task.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ExportTaskType
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ExportTaskType()()()() | Initializes a new instance of the ExportTaskType class | 
|  | Description | 
            The description of the resource being exported.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ExportTaskId | 
            The ID of the export task.
             | 
|  | ExportToS3Task | 
            Information about the destination Amazon S3 bucket.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceExportTask | 
            Information about the instance being exported.
             | 
|  | IsSetDescription()()()() | 
            Checks if the Description property is set.
             | 
|  | IsSetExportTaskId()()()() | 
            Checks if the ExportTaskId property is set.
             | 
|  | IsSetExportToS3Task()()()() | 
            Checks if the ExportToS3Task property is set.
             | 
|  | IsSetInstanceExportTask()()()() | 
            Checks if the InstanceExportTask property is set.
             | 
|  | IsSetState()()()() | 
            Checks if the State property is set.
             | 
|  | IsSetStatusMessage()()()() | 
            Checks if the StatusMessage property is set.
             | 
|  | State | 
            The state of the conversion task.
             | 
|  | StatusMessage | 
            The status message related to the export task.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ExportTaskType |