Skip to content

Probes: Collection helpers

This page mirrors the Collection helpers section from Probes.

CreateConfiguration

Source file, signature, and docstring

Member ProbeBuilder.CreateConfiguration(object configuration)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder CreateConfiguration(object configuration)

Docstring

Sets the configuration currently stored on the Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

Create

Source file, signature, and docstring

Member ProbeBuilder.Create(object configuration)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder Create(object configuration)

Docstring

Sets the configuration currently stored on the Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

UpdateConfiguration

Source file, signature, and docstring

Member ProbeBuilder.UpdateConfiguration(object configuration)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder UpdateConfiguration(object configuration)

Docstring

Updates the configuration currently stored on the Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.

DeleteConfiguration

Source file, signature, and docstring

Member ProbeBuilder.DeleteConfiguration()

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder DeleteConfiguration()

Docstring

Clears the configuration currently stored on the Runner probe builder instance.

Use this method when working with the documented Runner probe builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.