Skip to main content

private_store_new_plans_notifications

Creates, updates, deletes, gets or lists a private_store_new_plans_notifications resource.

Overview

Nameprivate_store_new_plans_notifications
TypeResource
Idazure_extras.marketplace.private_store_new_plans_notifications

Fields

NameDatatypeDescription
newPlansNotificationsarray

Methods

NameAccessible byRequired ParamsDescription
listSELECTprivateStoreIdList new plans notifications

SELECT examples

List new plans notifications

SELECT
newPlansNotifications
FROM azure_extras.marketplace.private_store_new_plans_notifications
WHERE privateStoreId = '{{ privateStoreId }}';