private_store_new_plans_notifications
Creates, updates, deletes, gets or lists a private_store_new_plans_notifications
resource.
Overview
Name | private_store_new_plans_notifications |
Type | Resource |
Id | azure_extras.marketplace.private_store_new_plans_notifications |
Fields
Name | Datatype | Description |
---|---|---|
newPlansNotifications | array |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | privateStoreId | List new plans notifications |
SELECT
examples
List new plans notifications
SELECT
newPlansNotifications
FROM azure_extras.marketplace.private_store_new_plans_notifications
WHERE privateStoreId = '{{ privateStoreId }}';