UpdateAzureBlobIngestion
Updates an Azure Blob ingestion.
Try it now
Test
RAM authorization
Request syntax
PUT /azureblobingestions/{azureBlobIngestionName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| azureBlobIngestionName |
string |
Yes |
The name of the Azure Blob ingestion task. |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The project that contains the Azure Blob ingestion task. |
|
| body |
object |
No |
The request body that contains the updated settings for the Azure Blob ingestion task. |
|
| description |
string |
No |
The updated description for the Azure Blob ingestion task. |
|
| displayName |
string |
Yes |
The updated display name for the Azure Blob ingestion task. |
|
| schedule | Schedule |
No |
The updated ingestion schedule. |
|
| configuration |
AzureBlobIngestionConfiguration |
Yes |
The updated configuration for the Azure Blob ingestion task. |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.