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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET