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 webpage provides reference documentation for the `DeleteSSHKeyRequest` class within the Bare Metal Solution v2 API, specifically version 1.6.0, and shows previous versions."],["The `DeleteSSHKeyRequest` class is used to send a message for deleting an SSH key from a project, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property of type string, which is the required name of the SSH key to delete, and it must be from the \"global\" location."],["It also includes a `SshKeyName` property, providing a typed view over the resource name, as well as constructors to create instances of the `DeleteSSHKeyRequest` object."],["The page also lists the inherited members that are availabe, as well as the namespace and the assembly that the class belongs to."]]],[]]