BranchStatus 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
BranchStatus() |
Initializes a new instance of the BranchStatus class. |
BranchStatus(String, String, String, IList<ActionStatus>) |
Initializes a new instance of the BranchStatus class. |
BranchStatus()
Initializes a new instance of the BranchStatus class.
public BranchStatus ();
Public Sub New ()
Applies to
BranchStatus(String, String, String, IList<ActionStatus>)
Initializes a new instance of the BranchStatus class.
public BranchStatus (string name = default, string id = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.ActionStatus> actions = default);
new Microsoft.Azure.Management.Chaos.Models.BranchStatus : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.ActionStatus> -> Microsoft.Azure.Management.Chaos.Models.BranchStatus
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional status As String = Nothing, Optional actions As IList(Of ActionStatus) = Nothing)
Parameters
- name
- String
The name of the branch status.
- id
- String
The id of the branch status.
- status
- String
The status of the branch.
- actions
- IList<ActionStatus>
The array of actions.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET