Search - Post Arm
返回 Azure 专用存储市场目录产品/服务以及总计数和方面的列表
POST https://management.azure.com/providers/Microsoft.Marketplace/search?api-version=2022-02-02
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
api-version
|
query | True |
string minLength: 1 |
用于此作的 API 版本。 |
请求头
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
x-ms-client-tenant-id | True |
string |
|
x-ms-app |
string |
请求正文
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
languages | True |
string[] |
|
stores | True |
Store[] |
|
appSourceCategories |
string[] |
||
appSourceIndustries |
string[] |
||
azureCategories |
string[] |
||
azureIndustries |
string[] |
||
azurePortalCategories |
string[] |
||
facets |
string[] |
||
isAdditionalPurchaseRequired |
boolean |
||
isAzureBenefitEligible |
boolean |
||
isCoreVm |
boolean |
||
isIndustryCloud |
boolean |
||
isMicrosoftProduct |
boolean |
||
isPowerBICertified |
boolean |
||
isPreferredSolution |
boolean |
||
isThirdParty |
boolean |
||
offerTypes |
string[] |
||
operatingSystems |
string[] |
||
pricingTypes | |||
privateStoreAllowances | |||
publisherName |
string |
||
searchQuery |
string |
||
select |
string[] |
||
skip |
integer (int32) |
||
sortBy |
string[] |
||
take |
integer (int32) |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
返回 Azure 专用存储市场目录产品/服务以及总计数和方面的列表 Media Types: "text/plain", "application/json", "text/json" |
|
Other Status Codes |
错误响应: ***
Media Types: "text/plain", "application/json", "text/json" |
示例
Search_Post
示例请求
POST https://management.azure.com/providers/Microsoft.Marketplace/search?api-version=2022-02-02
{
"searchQuery": "a",
"take": 2,
"languages": [
"en"
],
"stores": [
"Ibiza"
],
"select": [
"legacyId",
"offerType"
],
"privateStoreAllowances": [
"AllowedByDefault"
]
}
示例响应
{
"facets": [],
"results": [
{
"legacyId": "enterprisedb-corp.biganimal-prod-v1",
"offerType": "SaaS"
},
{
"legacyId": "epica1581707374769.epica",
"offerType": "SaaS"
}
],
"totalCount": 823
}
定义
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
FacetsItemDto
名称 | 类型 | 说明 |
---|---|---|
facetName |
string |
|
facetValues |
FacetValueDto
名称 | 类型 | 说明 |
---|---|---|
count |
integer (int64) |
|
value |
string |
OperatingSystemDto
名称 | 类型 | 说明 |
---|---|---|
family |
string |
|
name |
string |
|
type |
string |
PlanDto
名称 | 类型 | 说明 |
---|---|---|
architectureType |
string |
|
cspState |
string |
|
displayName |
string |
|
legacyPlanId |
string |
|
metadata | ||
operatingSystem |
PlanMetadataDto
名称 | 类型 | 说明 |
---|---|---|
generation |
string |
PricingType
值 | 说明 |
---|---|
Byol | |
Free | |
FreeTrial | |
Payg | |
Ri |
PrivateStoreAllow
值 | 说明 |
---|---|
AllowedByAdmin | |
AllowedByDefault | |
NonAllowed |
SearchItemDto
名称 | 类型 | 说明 |
---|---|---|
ampAppsPopularity |
number (double) |
|
ampCsPopularity |
number (double) |
|
appSourceAppsPopularity |
number (double) |
|
appSourceCategories |
string[] |
|
appSourceCsPopularity |
number (double) |
|
appSourceIndustries |
string[] |
|
applicableProducts |
string[] |
|
azureCategories |
string[] |
|
azureIndustries |
string[] |
|
azurePortalCategories |
string[] |
|
bigId |
string |
|
cspStates |
string[] |
|
determinedStorefronts |
string[] |
|
displayName |
string |
|
heroIconUri |
string |
|
isAdditionalPurchaseRequired |
boolean |
|
isAzureBenefitEligible |
boolean |
|
isCoreVm |
boolean |
|
isIndustryCloud |
boolean |
|
isMicrosoftProduct |
boolean |
|
isPowerBICertified |
boolean |
|
isPreferredSolution |
boolean |
|
isPreview |
boolean |
|
language |
string |
|
largeIconUri |
string |
|
legacyId |
string |
|
mediumIconUri |
string |
|
offerType |
string |
|
operatingSystems |
string[] |
|
plans |
Plan |
|
pricingTypes |
string[] |
|
publisherDisplayName |
string |
|
smallIconUri |
string |
|
summary |
string |
|
vmGenerations |
string[] |
|
vmImageTypes |
string[] |
|
vmSecurityTypes |
string[] |
|
wideIconUri |
string |
SearchRequest
名称 | 类型 | 说明 |
---|---|---|
appSourceCategories |
string[] |
|
appSourceIndustries |
string[] |
|
azureCategories |
string[] |
|
azureIndustries |
string[] |
|
azurePortalCategories |
string[] |
|
facets |
string[] |
|
isAdditionalPurchaseRequired |
boolean |
|
isAzureBenefitEligible |
boolean |
|
isCoreVm |
boolean |
|
isIndustryCloud |
boolean |
|
isMicrosoftProduct |
boolean |
|
isPowerBICertified |
boolean |
|
isPreferredSolution |
boolean |
|
isThirdParty |
boolean |
|
languages |
string[] |
|
offerTypes |
string[] |
|
operatingSystems |
string[] |
|
pricingTypes | ||
privateStoreAllowances | ||
publisherName |
string |
|
searchQuery |
string |
|
select |
string[] |
|
skip |
integer (int32) |
|
sortBy |
string[] |
|
stores |
Store[] |
|
take |
integer (int32) |
SearchResponseDto
名称 | 类型 | 说明 |
---|---|---|
facets | ||
results | ||
totalCount |
integer (int64) |
Store
值 | 说明 |
---|---|
AMP | |
Appsource | |
Cosell | |
DakotaDownstream | |
Ibiza |