RolloutStep コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 リソースに対して実行されたリソース操作のセット (存在する場合)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET