Description | : Get a list of all private offers in the given private store |
Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers
{}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
uniqueOfferId:
string
,
offerDisplayName:
string
,
publisherDisplayName:
string
,
eTag:
string
,
privateStoreId:
string
,
createdAt:
string
,
modifiedAt:
string
,
specificPlanIdsLimitation:
[
,
string
,
]
updateSuppressedDueIdempotence:
boolean
,
iconFileUris:
object
,
plans:
}
[
]
,
{
,
skuId:
string
,
planId:
string
,
planDisplayName:
string
,
accessibility:
enum
,
altStackReference:
string
,
stackType:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}