Compartilhar via


Branch Construtores

Definição

Sobrecargas

Branch()

Inicializa uma nova instância da classe Branch.

Branch(String, IList<Action>)

Inicializa uma nova instância da classe Branch.

Branch()

Inicializa uma nova instância da classe Branch.

public Branch ();
Public Sub New ()

Aplica-se a

Branch(String, IList<Action>)

Inicializa uma nova instância da classe Branch.

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))

Parâmetros

name
String

Cadeia de caracteres do nome do branch.

actions
IList<Action>

Lista de ações.

Aplica-se a