public sealed class GetReplicationRequest : IMessage<GetReplicationRequest>, IEquatable<GetReplicationRequest>, IDeepCloneable<GetReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetReplicationRequest.
GetReplicationRequest gets the state of 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 webpage provides reference documentation for the `GetReplicationRequest` class within the NetApp v1 API for .NET, specifically version 1.5.0."],["`GetReplicationRequest` is used to retrieve the state of a replication and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor and one that accepts another `GetReplicationRequest` object as a parameter."],["The `GetReplicationRequest` class has two main properties `Name` which represents the replication resource name, and `ReplicationName` that provides a typed view of the resource name."],["The documentation includes links to various versions of the GetReplicationRequest, ranging from 1.0.0 to the latest version 1.8.0."]]],[]]