public sealed class DetachLunRequest : IMessage<DetachLunRequest>, IEquatable<DetachLunRequest>, IDeepCloneable<DetachLunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DetachLunRequest.
[[["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 document provides reference documentation for the `DetachLunRequest` class within the Bare Metal Solution v2 API for .NET."],["The `DetachLunRequest` class is used to send a request to detach a specific Lun (Logical Unit Number) from a Bare Metal Solution instance."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of `DetachLunRequest` include `Instance` (the name of the instance), `Lun` (the name of the Lun), and `SkipReboot` (to optionally skip rebooting the instance)."],["There are currently eight documented versions of the API, ranging from 1.0.0 to the latest version of 1.7.0, that are publicly available."]]],[]]