次の方法で共有


PrePostStep コンストラクター

定義

オーバーロード

PrePostStep()

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

PrePostStep(String)

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

PrePostStep()

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

public PrePostStep();
Public Sub New ()

適用対象

PrePostStep(String)

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

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

パラメーター

stepId
String

実行するステップのリソース ID。

適用対象