Skip to content

Commit e571e45

Browse files
committed
Adding DataSourceType in AzureBackupItemContextObject class
1 parent 3c1cd49 commit e571e45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Models/AzureBackupBaseObjects.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,10 @@ public class AzureBackupItemContextObject : AzureBackupContainerContextObject
6161
/// DataSourceId of Azure Backup Item
6262
/// </summary>
6363
public string DataSourceId { get; set; }
64+
65+
/// <summary>
66+
/// DataSourceId of Azure Backup Item
67+
/// </summary>
68+
public string DataSourceType { get; set; }
6469
}
6570
}

0 commit comments

Comments
 (0)