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 documentation for the `TerminateJobRunRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `TerminateJobRunRequest` class is used as the request object for terminating a job run, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage details the inheritance hierarchy, constructors, and properties of the `TerminateJobRunRequest` class, including the `JobRunName` and `Name` properties, that are a key aspect to the class."],["The current class belongs to the namespace `Google.Cloud.Deploy.V1` and is part of the `Google.Cloud.Deploy.V1.dll` assembly, and documentation is also provided for prior versions."]]],[]]