WaitStepAttributes(TimeSpan) Constructor

Definition

Initializes a new instance of WaitStepAttributes.

public WaitStepAttributes (TimeSpan duration);
new Azure.ResourceManager.DeploymentManager.Models.WaitStepAttributes : TimeSpan -> Azure.ResourceManager.DeploymentManager.Models.WaitStepAttributes
Public Sub New (duration As TimeSpan)

Parameters

duration
TimeSpan

The duration in ISO 8601 format of how long the wait should be.

Applies to