Consumers: Policies¶
This page mirrors the Policies section from Consumers.
AddPolicy¶
Source file, signature, and docstring
Member
ConsumerBuilder.AddPolicy(PolicyBuilder policy)
Kind function
Declaring Type ConsumerBuilder
Source File QaaS.Runner.Sessions/Actions/Consumers/Builders/ConsumerBuilderLogic.cs
Signature
Docstring
Adds the supplied policy to the current Runner consumer builder instance.
Use this method when working with the documented Runner consumer builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
CreatePolicy¶
Source file, signature, and docstring
Member
ConsumerBuilder.CreatePolicy(PolicyBuilder policy)
Kind function
Declaring Type ConsumerBuilder
Source File QaaS.Runner.Sessions/Actions/Consumers/Builders/ConsumerBuilderLogic.cs
Signature
Docstring
Creates or adds the configured policy entry on the current Runner consumer builder instance.
Use this method when working with the documented Runner consumer builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
UpdatePolicyAt¶
Source file, signature, and docstring
Member
ConsumerBuilder.UpdatePolicyAt(int index, PolicyBuilder policy)
Kind function
Declaring Type ConsumerBuilder
Source File QaaS.Runner.Sessions/Actions/Consumers/Builders/ConsumerBuilderLogic.cs
Signature
Docstring
Updates the configured policy at the specified index on the current Runner consumer builder instance.
Use this method when working with the documented Runner consumer builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
DeletePolicyAt¶
Source file, signature, and docstring
Member
ConsumerBuilder.DeletePolicyAt(int index)
Kind function
Declaring Type ConsumerBuilder
Source File QaaS.Runner.Sessions/Actions/Consumers/Builders/ConsumerBuilderLogic.cs
Signature
Docstring
Removes the configured policy at the specified index from the current Runner consumer builder instance.
Use this method when working with the documented Runner consumer builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.