Skip to main content

WithLaunchPlanID

Gets a new context with a launch plan ID set.

def WithLaunchPlanID(
ctx: context.Context,
launchPlan: string
) - > context.Context

Gets a new context with a launch plan ID set.

Parameters

NameTypeDescription
ctxcontext.ContextThe existing context to which the launch plan ID will be added.
launchPlanstringThe launch plan ID to associate with the context.

Returns

TypeDescription
context.ContextA new context with the provided launch plan ID associated with it.