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 2bfd5ca commit 028a9c4Copy full SHA for 028a9c4
src/ResourceManager/AzureBackup/Commands.AzureBackup/Models/AzureBackupContainer.cs
@@ -31,6 +31,10 @@ public class AzureBackupContainer : AzureBackupVaultCmdletBase
31
32
public string HealthStatus { get; set; }
33
34
+ public string InstanceId { get; set; }
35
+
36
+ public string Name { get; set; }
37
38
public string ParentContainerFriendlyName { get; set; }
39
40
public string ParentContainerName { get; set; }
0 commit comments