IExperiment.Selector Property

Definition

List of selectors.

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

Property Value

Attributes

Applies to