Skip to main content

farm_operations

Creates, updates, deletes, gets or lists a farm_operations resource.

Overview

Namefarm_operations
TypeResource
Idazure_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:

NameAccessible byRequired ParamsOptional ParamsDescription
get_data_ingestion_job_detailsexecjob_id, endpointGet a farm operation data ingestion job.
create_data_ingestion_jobexecjob_id, endpointCreate 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.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme). (default: )
job_idstringJob Id supplied by user. Required.

Lifecycle Methods

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
;