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 webpage provides reference documentation for the `TerminateJobRunRequest` class within the Google Cloud Deploy v1 API for .NET."],["The latest version of the documentation available is version 3.4.0, but it also provides documentation for versions ranging from 1.0.0 to 3.3.0, with versions 2.0.0 through 2.19.0."],["`TerminateJobRunRequest` is used to terminate a job run and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, `TerminateJobRunRequest()` and `TerminateJobRunRequest(TerminateJobRunRequest other)`, for creating new instances of the class."],["It has two key properties: `JobRunName` that provides a typed view of the resource name, and `Name` that defines the format of the `JobRun` resource name in the Google Cloud project."]]],[]]