Skip to main content

solutions_discoverabilities

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

Overview

Namesolutions_discoverabilities
TypeResource
Idazure_extras.ag_food_platform.solutions_discoverabilities

Fields

NameDatatypeDescription
access_fb_application_idtextfield from the properties object
access_fb_application_nametextfield from the properties object
action_idstextfield from the properties object
dataManagerForAgricultureSolutionIdtextfield from the properties object
data_access_scopestextfield from the properties object
marketplace_offer_detailstextfield from the properties object
open_api_specs_dictionarytextfield from the properties object
partner_idtextfield from the properties object
partner_tenant_idtextfield from the properties object
role_idtextfield from the properties object
role_nametextfield from the properties object
saa_s_application_idtextfield from the properties object
system_datatextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTdataManagerForAgricultureSolutionIdGet Data Manager For Agriculture solution by id.
listSELECTGet list of Data Manager For Agriculture solutions.

SELECT examples

Get list of Data Manager For Agriculture solutions.

SELECT
access_fb_application_id,
access_fb_application_name,
action_ids,
dataManagerForAgricultureSolutionId,
data_access_scopes,
marketplace_offer_details,
open_api_specs_dictionary,
partner_id,
partner_tenant_id,
role_id,
role_name,
saa_s_application_id,
system_data
FROM azure_extras.ag_food_platform.vw_solutions_discoverabilities
;