public sealed class RunTransferJobRequest : IMessage<RunTransferJobRequest>, IEquatable<RunTransferJobRequest>, IDeepCloneable<RunTransferJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class RunTransferJobRequest.
[[["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 `RunTransferJobRequest` class within the Storage Transfer v1 API, specifically for version 2.7.0 of the .NET library."],["The `RunTransferJobRequest` class is used to pass requests to the `RunTransferJob` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the `RunTransferJobRequest` class's inheritance from `object` and its implemented interfaces, with inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors: a default one and one that accepts another `RunTransferJobRequest` object for copying."],["Key properties of the `RunTransferJobRequest` class include `JobName` and `ProjectId`, both required fields of type string that are necessary to define and identify a transfer job."]]],[]]