public sealed class StartInstanceRequest : IMessage<StartInstanceRequest>, IEquatable<StartInstanceRequest>, IDeepCloneable<StartInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class StartInstanceRequest.
[[["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."],[[["The `StartInstanceRequest` class is used to request the start of a server in the Bare Metal Solution v2 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 1.7.0, with the provided content showing a range of available versions starting from 1.0.0 to 1.7.0."],["The `StartInstanceRequest` class has properties `InstanceName` (typed view) and `Name` (string) to specify the target instance for the start request."],["The class contains two constructors: a parameterless default and another with the same object type as parameter."]]],[]]