Step.Branches Property

Definition

Gets or sets list of branches.

[Newtonsoft.Json.JsonProperty(PropertyName="branches")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.Branch> Branches { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="branches")>]
member this.Branches : System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.Branch> with get, set
Public Property Branches As IList(Of Branch)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to