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 `DeleteServiceStrategy` class is used as a placeholder for system-generated rollouts to delete a service."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `DeleteServiceStrategy` class has two constructors, one default and another that accepts an existing `DeleteServiceStrategy` instance to create a new object."],["The namespace for this class is `Google.Cloud.ServiceManagement.V1`, and it is part of the `Google.Cloud.ServiceManagement.V1.dll` assembly."],["The page contains documentation for versions from 1.1.0 up to the latest version, 2.4.0, of the `DeleteServiceStrategy` class."]]],[]]