RolloutStep Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RolloutStep() |
Initializes a new instance of the RolloutStep class. |
RolloutStep(String, String, String, StepOperationInfo, IList<ResourceOperation>, IList<Message>) |
Initializes a new instance of the RolloutStep class. |
RolloutStep()
Initializes a new instance of the RolloutStep class.
public RolloutStep();
Public Sub New ()
Applies to
RolloutStep(String, String, String, StepOperationInfo, IList<ResourceOperation>, IList<Message>)
Initializes a new instance of the RolloutStep class.
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)
Parameters
- name
- String
Name of the step.
- status
- String
Current state of the step.
- stepGroup
- String
The step group the current step is part of.
- operationInfo
- StepOperationInfo
Detailed information of specific action execution.
- resourceOperations
- IList<ResourceOperation>
Set of resource operations that were performed, if any, on an Azure resource.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET