You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Service/SetAzureSiteRecoveryProtectionEntity.cs
+32-3Lines changed: 32 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,11 @@ public class SetAzureSiteRecoveryProtectionEntity : RecoveryServicesCmdletBase
35
35
/// </summary>
36
36
privateJobResponsejobResponse=null;
37
37
38
+
/// <summary>
39
+
/// Protection Status of the entity.
40
+
/// </summary>
41
+
privateboolalreadyEnabled=false;
42
+
38
43
/// <summary>
39
44
/// Holds either Name (if object is passed) or ID (if IDs are passed) of the PE.
40
45
/// </summary>
@@ -52,7 +57,7 @@ public class SetAzureSiteRecoveryProtectionEntity : RecoveryServicesCmdletBase
0 commit comments