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
*`type`: Type of destination object. One of: `blobstorage@v1`, `dataexplorer@v1`, `eventhubs@v1`, `servicebusqueue@v1`, `servicebustopic@v1`, `webhook@v1`.
55
-
*`connectionString`: The connection string for accessing the destination resource.
56
-
*`containerName`: For a blob storage destination, the name of the container where data should be written.
58
+
*`authorization`: The authorization details for the destination. The supported authorization types are `systemAssignedManagedIdentity` and `connectionString`.
57
59
58
60
The response to this request looks like the following example:
59
61
@@ -63,8 +65,8 @@ The response to this request looks like the following example:
You can use this call to perform an incremental update to an export. The sample request body looks like the following example that updates the `connectionString` of a destination:
142
+
You can use this call to perform an incremental update to an export. The sample request body looks like the following example that updates the `containerName` of a destination:
0 commit comments