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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET