searches
Creates, updates, deletes, gets or lists a searches
resource.
Overview
Name | searches |
Type | Resource |
Id | azure_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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
post_arm | exec | x-ms-client-tenant-id , languages , stores | x-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.
Name | Datatype | Description |
---|---|---|
x-ms-client-tenant-id | string | |
x-ms-app | string |
Lifecycle Methods
- post_arm
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 }}"
}'
;