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-04-09 UTC."],[[["This page provides reference documentation for the `TerminateJobRunRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `TerminateJobRunRequest` class is used to construct request objects for the `TerminateJobRun` method, and it inherits from `object` while implementing several interfaces such as `IMessage` and `IEquatable`."],["The page lists all available versions of the `TerminateJobRunRequest`, ranging from the latest 3.4.0 down to version 1.0.0."],["`TerminateJobRunRequest` has two constructors, a default one and another that accepts another `TerminateJobRunRequest` object, alongside two main properties: `JobRunName` (JobRunName-typed) and `Name` (string)."],["The `Name` property of the `TerminateJobRunRequest` object is a required field that specifies the resource name of the JobRun in a specific format."]]],[]]