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 document provides reference documentation for the `DeleteServerTlsPolicyRequest` class, which is part of the Network Security v1beta1 API."],["The `DeleteServerTlsPolicyRequest` class is used to construct requests for the `DeleteServerTlsPolicy` method."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `Name`, which is a required string specifying the ServerTlsPolicy to delete, and `ServerTlsPolicyName`, which is a typed view over the name resource property."],["The `DeleteServerTlsPolicyRequest` class contains two constructors, one default and one that accepts another `DeleteServerTlsPolicyRequest` as parameter."]]],[]]