public sealed class DeleteServerTlsPolicyRequest : IMessage<DeleteServerTlsPolicyRequest>, IEquatable<DeleteServerTlsPolicyRequest>, IDeepCloneable<DeleteServerTlsPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class DeleteServerTlsPolicyRequest.
[[["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 documentation is for the `DeleteServerTlsPolicyRequest` class within the Network Security v1beta1 API, specifically version 2.0.0-beta05."],["`DeleteServerTlsPolicyRequest` is a request object used to delete a ServerTlsPolicy, as described by the `DeleteServerTlsPolicy` method."],["The `DeleteServerTlsPolicyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, a default one and another that takes a `DeleteServerTlsPolicyRequest` as a parameter."],["Key properties of this class include `Name` which is a required string specifying the ServerTlsPolicy to delete, and `ServerTlsPolicyName` which provides a typed view over the resource `Name` property."]]],[]]