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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET