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."],[[["The `DeleteSSHKeyRequest` class is part of the Bare Metal Solution v2 API, used for requesting the deletion of an SSH key."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various contexts within the API framework."],["The latest version of the API is 1.7.0, while the current page documents version 1.4.0, with various other versions also available."],["It contains two constructors, `DeleteSSHKeyRequest()` and `DeleteSSHKeyRequest(DeleteSSHKeyRequest other)`, to create new instances, either default or by cloning another."],["The `Name` property, which is a string, is required and is used to specify the SSH key to be deleted, with \"global\" as the only currently valid location, and the `SshKeyName` property represents a typed view over the `Name` resource."]]],[]]