Description | : List Offer resources by parent |
Reference | : Link ¶ |
⚼ Request
GET:
/{resourceUri}/providers/Microsoft.EdgeMarketplace/offers
{
api-version:
string
,
resourceUri:
string
,
$top:
integer
,
skip:
integer
,
maxpagesize:
integer
,
$filter:
string
,
$skipToken:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
contentVersion:
string
,
contentUrl:
string
,
offerContent:
{
,
displayName:
string
,
summary:
string
,
longSummary:
string
,
description:
string
,
offerId:
string
,
offerType:
string
,
supportUri:
string
,
popularity:
integer
,
offerPublisher:
{
,
publisherId:
string
,
publisherDisplayName:
string
,
}
availability:
enum
,
releaseType:
enum
,
iconFileUris:
{
,
small:
string
,
medium:
string
,
wide:
string
,
large:
string
,
}
termsAndConditions:
{
,
legalTermsUri:
string
,
legalTermsType:
string
,
privacyPolicyUri:
string
,
}
categoryIds:
[
,
string
,
]
operatingSystems:
}
[
,
string
,
]
provisioningState:
enum
,
marketplaceSkus:
}
[
]
,
{
,
catalogPlanId:
string
,
marketplaceSkuId:
string
,
type:
string
,
displayName:
string
,
summary:
string
,
longSummary:
string
,
description:
string
,
generation:
string
,
displayRank:
integer
,
operatingSystem:
{
,
family:
string
,
type:
string
,
name:
string
,
}
marketplaceSkuVersions:
}
[
]
,
{
,
name:
string
,
sizeOnDiskInMb:
integer
,
minimumDownloadSizeInMb:
integer
,
stageName:
string
,
launchType:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}