次の方法で共有


RolloutStep コンストラクター

定義

オーバーロード

RolloutStep()

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

RolloutStep(String, String, String, StepOperationInfo, IList<ResourceOperation>, IList<Message>)

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

RolloutStep()

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

public RolloutStep();
Public Sub New ()

適用対象

RolloutStep(String, String, String, StepOperationInfo, IList<ResourceOperation>, IList<Message>)

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

public RolloutStep(string name, string status = default, string stepGroup = default, Microsoft.Azure.Management.DeploymentManager.Models.StepOperationInfo operationInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ResourceOperation> resourceOperations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Message> messages = default);
new Microsoft.Azure.Management.DeploymentManager.Models.RolloutStep : string * string * string * Microsoft.Azure.Management.DeploymentManager.Models.StepOperationInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ResourceOperation> * System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.Message> -> Microsoft.Azure.Management.DeploymentManager.Models.RolloutStep
Public Sub New (name As String, Optional status As String = Nothing, Optional stepGroup As String = Nothing, Optional operationInfo As StepOperationInfo = Nothing, Optional resourceOperations As IList(Of ResourceOperation) = Nothing, Optional messages As IList(Of Message) = Nothing)

パラメーター

name
String

ステップの名前。

status
String

ステップの現在の状態。

stepGroup
String

現在のステップが含まれるステップ グループ。

operationInfo
StepOperationInfo

特定のアクション実行の詳細情報。

resourceOperations
IList<ResourceOperation>

Azure リソースに対して実行されたリソース操作のセット (存在する場合)。

messages
IList<Message>

ロールアウト中の補足情報メッセージ。

適用対象