ChaosTargetQuerySelector interface

Model that represents a query selector.

Extends

Properties

queryString

Azure Resource Graph (ARG) Query Language query for target resources.

subscriptionIds

Subscription id list to scope resource query.

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

filter

Model that represents available filter types that can be applied to a targets list.

id

String of the selector ID.

Property Details

queryString

Azure Resource Graph (ARG) Query Language query for target resources.

queryString: string

Property Value

string

subscriptionIds

Subscription id list to scope resource query.

subscriptionIds: string[]

Property Value

string[]

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Query"

Property Value

"Query"

Inherited Property Details

filter

Model that represents available filter types that can be applied to a targets list.

filter?: ChaosTargetFilterUnion

Property Value

Inherited From ChaosTargetSelector.filter

id

String of the selector ID.

id: string

Property Value

string

Inherited From ChaosTargetSelector.id