public sealed class DeleteTransferJobRequest : IMessage<DeleteTransferJobRequest>, IEquatable<DeleteTransferJobRequest>, IDeepCloneable<DeleteTransferJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class DeleteTransferJobRequest.
[[["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 document provides reference documentation for the `DeleteTransferJobRequest` class within the Storage Transfer v1 API."],["The `DeleteTransferJobRequest` class is used to make a request to delete a transfer job."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties for `JobName` and `ProjectId`, both of which are required fields to specify the job to be deleted and the project that owns it, respectively."],["There are multiple versions available for this class, ranging from version 1.0.0 to the latest version 2.8.0, with version 2.7.0 being the current version highlighted."]]],[]]