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."],[[["This webpage provides reference documentation for the `TerminateJobRunRequest` class within the Google Cloud Deploy v1 API, specifically for .NET developers."],["The `TerminateJobRunRequest` class is used as a request object for the `TerminateJobRun` function and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest documented version of this class is 3.4.0, however this webpage focuses on version 2.5.0, with links to various versions ranging from 1.0.0 to 3.4.0."],["Key properties of the `TerminateJobRunRequest` class include `JobRunName`, a typed view of the resource name, and `Name`, which is the required name of the JobRun."],["The page details the inheritance structure of `TerminateJobRunRequest`, showing it inherits from `object` and lists its implemented interfaces, inherited members, and details on its constructors."]]],[]]