Skip to main content

searches

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

Overview

Namesearches
TypeResource
Idazure_extras.marketplace_catalog.searches

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
post_armexecx-ms-client-tenant-id, languages, storesx-ms-app

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
x-ms-client-tenant-idstring
x-ms-appstring

Lifecycle Methods

Returns a list of azure private store marketplace catalog offers and total count and facets

EXEC azure_extras.marketplace_catalog.searches.post_arm 
@x-ms-client-tenant-id='{{ x-ms-client-tenant-id }}' --required,
@x-ms-app='{{ x-ms-app }}'
@@json=
'{
"searchQuery": "{{ searchQuery }}",
"publisherName": "{{ publisherName }}",
"skip": {{ skip }},
"take": {{ take }},
"isAzureBenefitEligible": {{ isAzureBenefitEligible }},
"isMicrosoftProduct": {{ isMicrosoftProduct }},
"isThirdParty": {{ isThirdParty }},
"isCoreVm": {{ isCoreVm }},
"isPreferredSolution": {{ isPreferredSolution }},
"isAdditionalPurchaseRequired": {{ isAdditionalPurchaseRequired }},
"isPowerBICertified": {{ isPowerBICertified }},
"isIndustryCloud": {{ isIndustryCloud }},
"languages": "{{ languages }}",
"stores": "{{ stores }}",
"select": "{{ select }}",
"sortBy": "{{ sortBy }}",
"offerTypes": "{{ offerTypes }}",
"pricingTypes": "{{ pricingTypes }}",
"privateStoreAllowances": "{{ privateStoreAllowances }}",
"appSourceIndustries": "{{ appSourceIndustries }}",
"operatingSystems": "{{ operatingSystems }}",
"appSourceCategories": "{{ appSourceCategories }}",
"azureIndustries": "{{ azureIndustries }}",
"azureCategories": "{{ azureCategories }}",
"azurePortalCategories": "{{ azurePortalCategories }}",
"facets": "{{ facets }}"
}'
;