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/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Models/AzureVmModels/AzureVmContainer.cs
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,11 @@ public class AzureVmContainer : ContainerBase
41
41
/// </summary>
42
42
publicContainerRegistrationStatusStatus{get;set;}
43
43
44
+
/// <summary>
45
+
/// Constructor. Takes the service client object representing the container
46
+
/// and converts it in to the PS container model
47
+
/// </summary>
48
+
/// <param name="protectionContainer">Service client object representing the container</param>
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Models/AzureVmModels/AzureVmItem.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,14 @@ public class AzureVmItem : ItemBase
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Models/AzureVmModels/AzureVmJob.cs
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Models/AzureVmModels/AzureVmPolicy.cs
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Models/AzureVmModels/AzureVmRecoveryPoint.cs
0 commit comments