data_manager_for_agriculture_extensions
Creates, updates, deletes, gets or lists a data_manager_for_agriculture_extensions
resource.
Overview
Name | data_manager_for_agriculture_extensions |
Type | Resource |
Id | azure_extras.ag_food_platform.data_manager_for_agriculture_extensions |
Fields
- vw_data_manager_for_agriculture_extensions
- data_manager_for_agriculture_extensions
Name | Datatype | Description |
---|---|---|
description | text | field from the properties object |
dataManagerForAgricultureExtensionId | text | field from the properties object |
detailed_information | text | field from the properties object |
extension_api_docs_link | text | field from the properties object |
extension_auth_link | text | field from the properties object |
extension_category | text | field from the properties object |
farm_beats_extension_id | text | field from the properties object |
farm_beats_extension_name | text | field from the properties object |
farm_beats_extension_version | text | field from the properties object |
publisher_id | text | field from the properties object |
system_data | text | field from the properties object |
target_resource_type | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | DataManagerForAgricultureExtension properties. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | dataManagerForAgricultureExtensionId | Get Data Manager For Agriculture extension. |
list | SELECT |
| Get list of Data Manager For Agriculture extension. |
SELECT
examples
Get list of Data Manager For Agriculture extension.
- vw_data_manager_for_agriculture_extensions
- data_manager_for_agriculture_extensions
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
;
SELECT
properties,
systemData
FROM azure_extras.ag_food_platform.data_manager_for_agriculture_extensions
;