We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1cd49 commit e571e45Copy full SHA for e571e45
src/ResourceManager/AzureBackup/Commands.AzureBackup/Models/AzureBackupBaseObjects.cs
@@ -61,5 +61,10 @@ public class AzureBackupItemContextObject : AzureBackupContainerContextObject
61
/// DataSourceId of Azure Backup Item
62
/// </summary>
63
public string DataSourceId { get; set; }
64
+
65
+ /// <summary>
66
+ /// DataSourceId of Azure Backup Item
67
+ /// </summary>
68
+ public string DataSourceType { get; set; }
69
}
70
0 commit comments