public sealed class GetReplicationCycleRequest : IMessage<GetReplicationCycleRequest>, IEquatable<GetReplicationCycleRequest>, IDeepCloneable<GetReplicationCycleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class GetReplicationCycleRequest.
Request message for 'GetReplicationCycle' request.
[[["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."],[[["This webpage provides documentation for the `GetReplicationCycleRequest` class within the VM Migration v1 API for .NET."],["The `GetReplicationCycleRequest` class is used to construct requests for the 'GetReplicationCycle' operation, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This specific version is `2.4.0`, however, there are 7 other documented versions, with `2.6.0` being the latest."],["The class contains properties such as `Name` (a string) and `ReplicationCycleName` (a `ReplicationCycleName`-typed view) to define the specific Replication Cycle in question."],["The class also contains two constructors; one is parameterless and the other one takes another `GetReplicationCycleRequest` object as a parameter."]]],[]]