public sealed class DisableInteractiveSerialConsoleResponse : IMessage<DisableInteractiveSerialConsoleResponse>, IEquatable<DisableInteractiveSerialConsoleResponse>, IDeepCloneable<DisableInteractiveSerialConsoleResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DisableInteractiveSerialConsoleResponse.
Message for response of DisableInteractiveSerialConsole.
[[["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-02 UTC."],[[["The document provides reference documentation for the `DisableInteractiveSerialConsoleResponse` class within the Bare Metal Solution v2 API."],["`DisableInteractiveSerialConsoleResponse` is a message class used for responses related to disabling interactive serial consoles, as indicated by its name."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it's part of a structured messaging system, and supports deep cloning and comparison."],["The class inherits from the base `object` class, and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["There are multiple versions of this API class, with 1.7.0 being the latest and older versions available going as far back as 1.0.0."]]],[]]