public sealed class RestartInstanceRequest : IMessage<RestartInstanceRequest>, IEquatable<RestartInstanceRequest>, IDeepCloneable<RestartInstanceRequest>, IBufferMessage, IMessage
Request message for restarting a Data Fusion instance.
[[["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 details the `RestartInstanceRequest` class within the `Google.Cloud.DataFusion.V1` namespace, used for sending requests to restart a Data Fusion instance."],["The `RestartInstanceRequest` class is available in multiple versions, ranging from 1.0.0 to the latest 2.4.0, with links to the documentation for each version."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor and a `Name` property that specifies the Data Fusion instance to be restarted using a formatted string."],["The documentation lists the inherited members and their methods, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]