public sealed class CancelAutomationRunRequest : IMessage<CancelAutomationRunRequest>, IEquatable<CancelAutomationRunRequest>, IDeepCloneable<CancelAutomationRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CancelAutomationRunRequest.
Required. Name of the AutomationRun. Format is
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.
[[["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 `CancelAutomationRunRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `CancelAutomationRunRequest` class is used to create request objects for canceling an AutomationRun, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page offers access to documentation for different versions of the API, ranging from version 1.0.0 to the latest 3.4.0."],["The `CancelAutomationRunRequest` class includes properties such as `AutomationRunName` and `Name` to specify the AutomationRun to be canceled, alongside constructors to create new instances of this request type."],["The provided documentation lists the inherited members, namespace, assembly, along with parameter descriptions for the constructors and property value details."]]],[]]