public sealed class DeleteReplicationRequest : IMessage<DeleteReplicationRequest>, IEquatable<DeleteReplicationRequest>, IDeepCloneable<DeleteReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteReplicationRequest.
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `DeleteReplicationRequest` class within the Google.Cloud.NetApp.V1 API, used to delete a replication resource."],["The latest version of the documentation is for version 1.8.0, with versions from 1.0.0 to 1.7.0 also available."],["The `DeleteReplicationRequest` class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `Name`, which represents the replication resource's full name, and `ReplicationName`, a typed view over the resource name."],["Two constructors are available for the `DeleteReplicationRequest` class, a default constructor, and one that takes another `DeleteReplicationRequest` object as a parameter."]]],[]]