Class BuildIdOp.PromoteSetByBuildId
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Promotes a set of compatible Build IDs to become the current default set for the task queue. Any Build ID in the set may be used to target it.
public record BuildIdOp.PromoteSetByBuildId : BuildIdOp, IEquatable<BuildIdOp>, IEquatable<BuildIdOp.PromoteSetByBuildId>
- Inheritance
-
BuildIdOp.PromoteSetByBuildId
- Implements
- Inherited Members
Constructors
PromoteSetByBuildId(string)
Promotes a set of compatible Build IDs to become the current default set for the task queue. Any Build ID in the set may be used to target it.
public PromoteSetByBuildId(string BuildId)
Parameters
BuildId
stringA Build ID which must already be defined on the task queue, and is used to find the compatible set to promote.
Properties
BuildId
A Build ID which must already be defined on the task queue, and is used to find the compatible set to promote.
public string BuildId { get; init; }