public sealed class DeleteBatchRequest : IMessage<DeleteBatchRequest>, IEquatable<DeleteBatchRequest>, IDeepCloneable<DeleteBatchRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DeleteBatchRequest.
[[["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-04-17 UTC."],[[["This document provides reference information for the `DeleteBatchRequest` class within the Google Cloud Dataproc v1 API for .NET."],["The `DeleteBatchRequest` class is used to construct a request to delete a batch workload and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 5.17.0, with previous versions ranging down to 3.1.0, and includes a link to each of them."],["It includes the class's constructors, and key properties such as `BatchName` and `Name`, with detailed descriptions."],["The `Name` property is required, which is the fully qualified name of the batch to delete, and is in a specific format."]]],[]]