C# Class Amazon.ECS.Model.RunTaskRequest

Container for the parameters to the RunTask operation. Start a task using random placement and the default Amazon ECS scheduler. To use your own scheduler or place a task on a specific container instance, use StartTask instead.

The count parameter is limited to 10 tasks per call.

Inheritance: AmazonECSRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetCluster ( ) : bool
IsSetCount ( ) : bool
IsSetOverrides ( ) : bool
IsSetStartedBy ( ) : bool
IsSetTaskDefinition ( ) : bool