Branch Class
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.
Model that represents a branch in the step. 9 total per experiment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.BranchTypeConverter))]
public class Branch : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IBranch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.BranchTypeConverter))>]
type Branch = class
interface IBranch
interface IJsonSerializable
Public Class Branch
Implements IBranch
- Inheritance
-
Branch
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Branch() |
Creates an new Branch instance. |
Properties
| Name | Description |
|---|---|
| Action |
List of actions. |
| Name |
String of the branch name. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Branch. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IBranch. |
| FromJsonString(String) |
Creates a new instance of Branch, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |