IListSelector.Target Property

Definition

List of Target references.

[Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=true, Description="List of Target references.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ITargetReference) }, Read=true, ReadOnly=false, Required=true, SerializedName="targets", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ITargetReference> Target { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=true, Description="List of Target references.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ITargetReference) }, Read=true, ReadOnly=false, Required=true, SerializedName="targets", Update=true)>]
member this.Target : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ITargetReference> with get, set
Public Property Target As List(Of ITargetReference)

Property Value

Attributes

Applies to