BranchStatus Constructors

Definition

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