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 4bba690 commit fc61f75Copy full SHA for fc61f75
src/ResourceManager/AzureBackup/Commands.AzureBackup/Models/AzureBackupContainer.cs
@@ -43,7 +43,7 @@ public class AzureBackupContainer : AzureBackupVaultContextObject
43
/// <summary>
44
/// Id of the Azure Backup Container
45
/// </summary>
46
- public string InstanceId { get; set; }
+ public string ContainerId { get; set; }
47
48
49
/// Name of the Azure Backup container
0 commit comments