ActionStatus.Targets Property

Definition

Gets the array of targets.

[Newtonsoft.Json.JsonProperty(PropertyName="targets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties> Targets { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targets")>]
member this.Targets : System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties>
Public ReadOnly Property Targets As IList(Of ExperimentExecutionActionTargetDetailsProperties)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to