WaitStepProperties(WaitStepAttributes) コンストラクター

定義

WaitStepProperties の新しいインスタンスを初期化します。

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

パラメーター

attributes
WaitStepAttributes

Wait 属性。

例外

attributes が null です。

適用対象