Share via


StepProperties Class

Definition

The properties of a step resource. Please note StepProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include HealthCheckStepProperties and WaitStepProperties.

public abstract class StepProperties
type StepProperties = class
Public MustInherit Class StepProperties
Inheritance
StepProperties
Derived

Constructors

StepProperties()

Initializes a new instance of StepProperties.

Applies to