Branch 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
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.
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