Description | : Gets the list of available private stores. |
Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.Marketplace/privateStores
{}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
availability:
enum
,
privateStoreId:
string
,
eTag:
string
,
privateStoreName:
string
,
tenantId:
string
,
isGov:
boolean
,
collectionIds:
[
,
string
,
]
branding:
object
,
notificationsSettings:
}
{
,
recipients:
[
]
,
{
,
principalId:
string
,
emailAddress:
string
,
displayName:
string
,
}
sendToAllMarketplaceAdmins:
boolean
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}