public sealed class DeleteSSHKeyRequest : IMessage<DeleteSSHKeyRequest>, IEquatable<DeleteSSHKeyRequest>, IDeepCloneable<DeleteSSHKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DeleteSSHKeyRequest.
[[["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 information for the `DeleteSSHKeyRequest` class within the Bare Metal Solution v2 API, specifically version 1.5.0, for .NET."],["The `DeleteSSHKeyRequest` class is a message type used to request the deletion of an SSH key from a project, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor that takes another `DeleteSSHKeyRequest` object as a parameter."],["The class has two primary properties: `Name`, which is a required string specifying the SSH key's name, and `SshKeyName`, which provides a typed view over the resource name property."],["The latest version available in the listing is version 1.7.0 and it is linked."]]],[]]