Skip to content

Commit 028a9c4

Browse files
author
dragonfly91
committed
Added extra properties
1 parent 2bfd5ca commit 028a9c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ public class AzureBackupContainer : AzureBackupVaultCmdletBase
3131

3232
public string HealthStatus { get; set; }
3333

34+
public string InstanceId { get; set; }
35+
36+
public string Name { get; set; }
37+
3438
public string ParentContainerFriendlyName { get; set; }
3539

3640
public string ParentContainerName { get; set; }

0 commit comments

Comments
 (0)