farm_operations
Creates, updates, deletes, gets or lists a farm_operations resource.
Overview
| Name | farm_operations |
| Type | Resource |
| Id | azure_extras.agrifood_farming.farm_operations |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_data_ingestion_job_details | exec | job_id, endpoint | Get a farm operation data ingestion job. | |
create_data_ingestion_job | exec | job_id, endpoint | Create a farm operation data ingestion job. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | The service endpoint host (no scheme). (default: ) |
job_id | string | Job Id supplied by user. Required. |
Lifecycle Methods
- get_data_ingestion_job_details
- create_data_ingestion_job
Get a farm operation data ingestion job.
EXEC azure_extras.agrifood_farming.farm_operations.get_data_ingestion_job_details
@job_id='{{ job_id }}' --required,
@endpoint='{{ endpoint }}' --required
;
Create a farm operation data ingestion job.
EXEC azure_extras.agrifood_farming.farm_operations.create_data_ingestion_job
@job_id='{{ job_id }}' --required,
@endpoint='{{ endpoint }}' --required
;