次の方法で共有


WaitStepAttributes コンストラクター

定義

オーバーロード

WaitStepAttributes()

WaitStepAttributes クラスの新しいインスタンスを初期化します。

WaitStepAttributes(String)

WaitStepAttributes クラスの新しいインスタンスを初期化します。

WaitStepAttributes()

WaitStepAttributes クラスの新しいインスタンスを初期化します。

public WaitStepAttributes ();
Public Sub New ()

適用対象

WaitStepAttributes(String)

WaitStepAttributes クラスの新しいインスタンスを初期化します。

public WaitStepAttributes (string duration);
new Microsoft.Azure.Management.DeploymentManager.Models.WaitStepAttributes : string -> Microsoft.Azure.Management.DeploymentManager.Models.WaitStepAttributes
Public Sub New (duration As String)

パラメーター

duration
String

待機時間の ISO 8601 形式の期間。

適用対象