public sealed class TerminateJobRunRequest : IMessage<TerminateJobRunRequest>, IEquatable<TerminateJobRunRequest>, IDeepCloneable<TerminateJobRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TerminateJobRunRequest.
Required. Name of the JobRun. Format must be
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The page provides reference documentation for the `TerminateJobRunRequest` class within the Google Cloud Deploy v1 API for .NET."],["The latest available version of this class is 3.4.0, but documentation is available for versions ranging from 1.0.0 to 3.4.0."],["`TerminateJobRunRequest` is the request object used to terminate a job run, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TerminateJobRunRequest` class includes properties such as `JobRunName` and `Name`, with the `Name` property being required and formatted in a specific structure."],["There are two constructors for the TerminateJobRunRequest, one being the default constructor, and the other accepting another TerminateJobRunRequest as a parameter."]]],[]]