public sealed class EvictLunRequest : IMessage<EvictLunRequest>, IEquatable<EvictLunRequest>, IDeepCloneable<EvictLunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class EvictLunRequest.
[[["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-17 UTC."],[[["The `EvictLunRequest` class in version 1.5.0 of the Bare Metal Solution v2 API is used to skip lun cooloff and delete it."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `EvictLunRequest` class has two constructors: a default constructor and a constructor that takes another `EvictLunRequest` as a parameter."],["It includes two properties: `LunName` which is a `LunName`-typed view over the resource name, and `Name`, a string representing the required name of the lun."],["Version 1.7.0 is the latest version, and there are other previous versions available from 1.0.0 to 1.6.0."]]],[]]