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.Providers/Providers/DpmPsBackupProvider.cs
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@ public class DpmPsBackupProvider : IPsBackupProvider
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Providers/Providers/IaasVmPsBackupProvider.cs
+53Lines changed: 53 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,21 @@ public class IaasVmPsBackupProvider : IPsBackupProvider
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Providers/Providers/MabPsBackupProvider.cs
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,11 @@ public class MabPsBackupProvider : IPsBackupProvider
Copy file name to clipboardExpand all lines: src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Providers/PsBackupProviderManager.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,12 @@ public PsBackupProviderManager(Dictionary<System.Enum, object> providerDataIn, S
45
45
serviceClientAdapter=serviceClientAdapterIn;
46
46
}
47
47
48
+
/// <summary>
49
+
/// Gets an instance of the provider based on the container type and backup management type (optional)
50
+
/// </summary>
51
+
/// <param name="containerType">Type of the container</param>
52
+
/// <param name="backupManagementType">Type of the backup management type (optional)</param>
0 commit comments