Marketplace Functions
object MarketplaceFunctions
Functions
Link copied to clipboard
suspend fun getPrivateStoreCollection(argument: GetPrivateStoreCollectionPlainArgs): GetPrivateStoreCollectionResult
Gets private store collection Uses Azure REST API version 2023-01-01.
suspend fun getPrivateStoreCollection(argument: suspend GetPrivateStoreCollectionPlainArgsBuilder.() -> Unit): GetPrivateStoreCollectionResult
suspend fun getPrivateStoreCollection(collectionId: String, privateStoreId: String): GetPrivateStoreCollectionResult
Link copied to clipboard
suspend fun getPrivateStoreCollectionOffer(argument: GetPrivateStoreCollectionOfferPlainArgs): GetPrivateStoreCollectionOfferResult
Gets information about a specific offer. Uses Azure REST API version 2023-01-01.
suspend fun getPrivateStoreCollectionOffer(argument: suspend GetPrivateStoreCollectionOfferPlainArgsBuilder.() -> Unit): GetPrivateStoreCollectionOfferResult
suspend fun getPrivateStoreCollectionOffer(collectionId: String, offerId: String, privateStoreId: String): GetPrivateStoreCollectionOfferResult
Link copied to clipboard
suspend fun listPrivateStoreNewPlansNotifications(argument: ListPrivateStoreNewPlansNotificationsPlainArgs): ListPrivateStoreNewPlansNotificationsResult
List new plans notifications Uses Azure REST API version 2023-01-01. Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
suspend fun listPrivateStoreNewPlansNotifications(privateStoreId: String): ListPrivateStoreNewPlansNotificationsResult
suspend fun listPrivateStoreNewPlansNotifications(argument: suspend ListPrivateStoreNewPlansNotificationsPlainArgsBuilder.() -> Unit): ListPrivateStoreNewPlansNotificationsResult
Link copied to clipboard
suspend fun listPrivateStoreStopSellOffersPlansNotifications(argument: ListPrivateStoreStopSellOffersPlansNotificationsPlainArgs): ListPrivateStoreStopSellOffersPlansNotificationsResult
List stop sell notifications for both stop sell offers and stop sell plans Uses Azure REST API version 2023-01-01. Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
suspend fun listPrivateStoreStopSellOffersPlansNotifications(argument: suspend ListPrivateStoreStopSellOffersPlansNotificationsPlainArgsBuilder.() -> Unit): ListPrivateStoreStopSellOffersPlansNotificationsResult
suspend fun listPrivateStoreStopSellOffersPlansNotifications(privateStoreId: String, subscriptions: List<String>? = null): ListPrivateStoreStopSellOffersPlansNotificationsResult
Link copied to clipboard
suspend fun listPrivateStoreSubscriptionsContext(argument: ListPrivateStoreSubscriptionsContextPlainArgs): ListPrivateStoreSubscriptionsContextResult
List all the subscriptions in the private store context Uses Azure REST API version 2023-01-01. Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.
suspend fun listPrivateStoreSubscriptionsContext(privateStoreId: String): ListPrivateStoreSubscriptionsContextResult
suspend fun listPrivateStoreSubscriptionsContext(argument: suspend ListPrivateStoreSubscriptionsContextPlainArgsBuilder.() -> Unit): ListPrivateStoreSubscriptionsContextResult