StepProperties Class

The properties of a step resource.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: HealthCheckStepProperties, WaitStepProperties.

All required parameters must be populated in order to send to Azure.

Inheritance
StepProperties

Constructor

StepProperties(**kwargs)

Parameters

step_type
str or StepType
Required

Required. The type of step.Constant filled by server. Possible values include: "Wait", "HealthCheck".