ISelector Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.SelectorTypeConverter))]
public interface ISelector : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.SelectorTypeConverter))>]
type ISelector = interface
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Interface ISelector
Implements IAssociativeArray(Of Object), IJsonSerializable
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.

Id

String of the selector ID.

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

Enum of the selector type.

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