WaitStepProperties Class

Defines the properties of a Wait step.

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

Inheritance
azure.mgmt.deploymentmanager.models._models_py3.StepProperties
WaitStepProperties

Constructor

WaitStepProperties(*, attributes: azure.mgmt.deploymentmanager.models._models_py3.WaitStepAttributes, **kwargs)

Parameters

step_type
str or StepType
Required

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

attributes
WaitStepAttributes
Required

Required. The Wait attributes.