public sealed class DeleteServiceStrategy : IMessage<Rollout.Types.DeleteServiceStrategy>, IEquatable<Rollout.Types.DeleteServiceStrategy>, IDeepCloneable<Rollout.Types.DeleteServiceStrategy>, IBufferMessage, IMessage
Strategy used to delete a service. This strategy is a placeholder only
used by the system generated rollout to delete a service.
[[["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 latest version of the `DeleteServiceStrategy` is 2.4.0, with other listed versions ranging from 1.1.0 to 2.3.0 for the Google Cloud Service Management .NET library."],["`DeleteServiceStrategy` is a class used specifically to delete a service and is primarily utilized as a placeholder in system-generated rollouts."],["The `DeleteServiceStrategy` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting different functionalities."],["The class includes two constructors: a default constructor and one that accepts another `DeleteServiceStrategy` instance as a parameter, enabling copying existing instances."],["The class is part of the namespace `Google.Cloud.ServiceManagement.V1` and is implemented in the `Google.Cloud.ServiceManagement.V1.dll` assembly."]]],[]]