public sealed class UpdateReplicationRequest : IMessage<UpdateReplicationRequest>, IEquatable<UpdateReplicationRequest>, IDeepCloneable<UpdateReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateReplicationRequest.
UpdateReplicationRequest updates description and/or labels for a replication.
[[["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 document provides reference information for the `UpdateReplicationRequest` class within the NetApp v1 API for .NET, specifically version 1.7.0."],["`UpdateReplicationRequest` allows updates to the description and/or labels of a replication and inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateReplicationRequest` class has two constructors, one default and one that accepts another `UpdateReplicationRequest` as a parameter for creating a copy."],["The class includes properties `Replication`, to define the replication resource, and `UpdateMask`, which is necessary for specifying which fields of the replication should be updated."],["This page contains links to documentation for versions ranging from 1.0.0 to 1.8.0, with 1.8.0 being the most recent version available."]]],[]]