Skip to main content

data_manager_for_agriculture_extensions

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

Overview

Namedata_manager_for_agriculture_extensions
TypeResource
Idazure_extras.ag_food_platform.data_manager_for_agriculture_extensions

Fields

NameDatatypeDescription
descriptiontextfield from the properties object
dataManagerForAgricultureExtensionIdtextfield from the properties object
detailed_informationtextfield from the properties object
extension_api_docs_linktextfield from the properties object
extension_auth_linktextfield from the properties object
extension_categorytextfield from the properties object
farm_beats_extension_idtextfield from the properties object
farm_beats_extension_nametextfield from the properties object
farm_beats_extension_versiontextfield from the properties object
publisher_idtextfield from the properties object
system_datatextfield from the properties object
target_resource_typetextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTdataManagerForAgricultureExtensionIdGet Data Manager For Agriculture extension.
listSELECTGet list of Data Manager For Agriculture extension.

SELECT examples

Get list of Data Manager For Agriculture extension.

SELECT
description,
dataManagerForAgricultureExtensionId,
detailed_information,
extension_api_docs_link,
extension_auth_link,
extension_category,
farm_beats_extension_id,
farm_beats_extension_name,
farm_beats_extension_version,
publisher_id,
system_data,
target_resource_type
FROM azure_extras.ag_food_platform.vw_data_manager_for_agriculture_extensions
;