StepStatus Class
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.
Model that represents the a list of branches and branch statuses.
public class StepStatus
type StepStatus = class
Public Class StepStatus
- Inheritance
-
StepStatus
Constructors
StepStatus() |
Initializes a new instance of the StepStatus class. |
StepStatus(String, String, String, IList<BranchStatus>) |
Initializes a new instance of the StepStatus class. |
Properties
Branches |
Gets the array of branches. |
Id |
Gets the id of the step. |
Name |
Gets the name of the step. |
Status |
Gets the value of the status of the step. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET