public sealed class DisableInteractiveSerialConsoleRequest : IMessage<DisableInteractiveSerialConsoleRequest>, IEquatable<DisableInteractiveSerialConsoleRequest>, IDeepCloneable<DisableInteractiveSerialConsoleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DisableInteractiveSerialConsoleRequest.
Message for disabling the interactive serial console on an 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."],[[["The `DisableInteractiveSerialConsoleRequest` class is part of the Bare Metal Solution v2 API and is used to request the disabling of an interactive serial console on a specific instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the base `object` class."],["There are two constructors available for creating a `DisableInteractiveSerialConsoleRequest` object, one default and another that copies an existing `DisableInteractiveSerialConsoleRequest` instance."],["The `DisableInteractiveSerialConsoleRequest` class has two key properties, `InstanceName` which is an `InstanceName`-typed view over the Name property and `Name`, which is a string representing the required name of the resource to be modified."],["There are multiple versions of the API, and the latest version is 1.7.0."]]],[]]