IListSelector Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ListSelectorTypeConverter))]
public interface IListSelector : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ISelector, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ListSelectorTypeConverter))>]
type IListSelector = interface
    interface IJsonSerializable
    interface ISelector
    interface IAssociativeArray<obj>
Public Interface IListSelector
Implements IAssociativeArray(Of Object), ISelector
Derived
Attributes
Implements

Properties

Name Description
AdditionalProperties (Inherited from IAssociativeArray<T>)
Count (Inherited from IAssociativeArray<T>)
FilterType

Enum that discriminates between filter types. Currently only Simple type is supported.

(Inherited from ISelector)
Id

String of the selector ID.

(Inherited from ISelector)
Item[String] (Inherited from IAssociativeArray<T>)
Keys (Inherited from IAssociativeArray<T>)
Target

List of Target references.

Type

Enum of the selector type.

(Inherited from ISelector)
Values (Inherited from IAssociativeArray<T>)

Methods

Name Description
Add(String, T) (Inherited from IAssociativeArray<T>)
Clear() (Inherited from IAssociativeArray<T>)
ContainsKey(String) (Inherited from IAssociativeArray<T>)
Remove(String) (Inherited from IAssociativeArray<T>)
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)
TryGetValue(String, T) (Inherited from IAssociativeArray<T>)

Applies to