You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DataProtection/DataProtection.Autorest/examples/Initialize-AzDataProtectionBackupInstance.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,4 +52,23 @@ Name BackupInstanceName
52
52
```
53
53
54
54
The first command gets the backup vault. The second command get the AzureDatabaseForPGFlexServer policy.
55
-
The third command datasource ARM Id. The fourth command initializes the backup instance. Similarly use datasourcetype AzureDatabaseForMySQL to initialize backup instance for AzureDatabaseForMySQL.
55
+
The third command datasource ARM Id. The fourth command initializes the backup instance. Similarly use datasourcetype AzureDatabaseForMySQL to initialize backup instance for AzureDatabaseForMySQL.
56
+
57
+
### Example 4: Initialize Backup instance object for Azure Blob Storage
The first command specifies the Blob storage account id. The second command gets the backup vault. The third command gets a Blob policy within the vault.
74
+
The fourth command initializes the backup configuration. The fifth command initializes the backup instance.ype AzureDatabaseForMySQL to initialize backup instance for AzureDatabaseForMySQL.
0 commit comments