File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/lib Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -784,7 +784,7 @@ public class HyperVReplicaAzureProtectionProfileDetails
784
784
/// Hyper-V Replica specific protection profile details.
785
785
/// </summary>
786
786
[ DataContract ( Namespace = "http://schemas.microsoft.com/windowsazure" ) ]
787
- public class HyperVReplicaProtectionProfileDetails
787
+ public class HyperVReplicaSP1ProtectionProfileDetails
788
788
{
789
789
/// <summary>
790
790
/// Gets or sets a value indicating the number of recovery points.
@@ -846,7 +846,14 @@ public class HyperVReplicaProtectionProfileDetails
846
846
/// </summary>
847
847
[ DataMember ]
848
848
public string ReplicaDeletionOption { get ; set ; }
849
+ }
849
850
851
+ /// <summary>
852
+ /// Hyper-V Replica Blue specific protection profile details.
853
+ /// </summary>
854
+ [ DataContract ( Namespace = "http://schemas.microsoft.com/windowsazure" ) ]
855
+ public class HyperVReplicaProtectionProfileDetails : HyperVReplicaSP1ProtectionProfileDetails
856
+ {
850
857
/// <summary>
851
858
/// Gets or sets a value indicating the replication interval.
852
859
/// </summary>
You can’t perform that action at this time.
0 commit comments