This represents a step in a cluster.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Step
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Step()()()() | Initializes a new instance of the Step class | 
|  | ActionOnFailure | 
            Gets and sets the property ActionOnFailure. 
             This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. | 
|  | Config | 
            Gets and sets the property Config. 
             The Hadoop job configuration of the cluster step. | 
|  | Equals(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.) | 
|  | Id | 
            Gets and sets the property Id. 
             The identifier of the cluster step. | 
|  | Name | 
            Gets and sets the property Name. 
             The name of the cluster step. | 
|  | Status | 
            Gets and sets the property Status. 
             The current execution status details of the cluster step. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithActionOnFailure(String) | Obsolete. 
            Sets the ActionOnFailure property
             | 
|  | WithConfig(HadoopStepConfig) | Obsolete. 
            Sets the Config property
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithStatus(StepStatus) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Step |