public sealed class EvictVolumeRequest : IMessage<EvictVolumeRequest>, IEquatable<EvictVolumeRequest>, IDeepCloneable<EvictVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class EvictVolumeRequest.
[[["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 `EvictVolumeRequest` class within the Bare Metal Solution v2 API, specifically version 1.3.0, which is used to request skipping volume cooloff and deletion."],["The `EvictVolumeRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cEvictVolumeRequest\u003e`, `IDeepCloneable\u003cEvictVolumeRequest\u003e`, and `IBufferMessage`."],["The class includes a constructor that allows creating a new instance or copying an existing `EvictVolumeRequest` object, and it has two properties: `Name` (a string representing the name of the volume) and `VolumeName` (a typed view over the Name resource name property)."],["The Bare Metal Solution v2 API documentation offers various versions, ranging from 1.0.0 to the latest 1.7.0, with links to the documentation for the `EvictVolumeRequest` class in each version."],["The EvictVolumeRequest class inherits from the base object class, and the inherited members include the ability to use the GetHashCode, GetType, and ToString functions."]]],[]]