Delen via


Branch Constructors

Definition

Overloads

Branch()

Initializes a new instance of the Branch class.

Branch(String, IList<Action>)

Initializes a new instance of the Branch class.

Branch()

Initializes a new instance of the Branch class.

public Branch ();
Public Sub New ()

Applies to

Branch(String, IList<Action>)

Initializes a new instance of the Branch class.

public Branch (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.Action> actions);
new Microsoft.Azure.Management.Chaos.Models.Branch : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.Action> -> Microsoft.Azure.Management.Chaos.Models.Branch
Public Sub New (name As String, actions As IList(Of Action))

Parameters

name
String

String of the branch name.

actions
IList<Action>

List of actions.

Applies to