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 for .NET."],["The `TerminateJobRunRequest` class is used as a request object by the `TerminateJobRun` method, and it supports various versions ranging from 1.0.0 to the latest version 3.4.0."],["This `TerminateJobRunRequest` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to enable functionalities such as message handling, equality checks, deep cloning, and buffer management."],["The class includes properties such as `JobRunName` (a typed view over the resource name) and `Name` (a string representing the JobRun resource name) that are required to identify the specific job run."],["The documentation includes details on the class constructors and inherited members from the base object class, and also outlines the `Google.Cloud.Deploy.V1` namespace and the related assembly `Google.Cloud.Deploy.V1.dll`."]]],[]]