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 development."],["The `TerminateJobRunRequest` class is a request object used by the `TerminateJobRun` method, with available versions ranging from 1.0.0 to the latest version 3.4.0."],["This `TerminateJobRunRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `JobRunName` which is a typed view over the `Name` resource name property and `Name` which represents the name of the JobRun, containing its formatting requirements."],["The webpage describes the `TerminateJobRunRequest` class's constructors, including a default constructor and one that accepts another `TerminateJobRunRequest` as an argument, allowing a copy of that object to be made."]]],[]]