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
The following fields are returned by SELECT queries:
- list
OK. The request has succeeded.
| Name | Datatype | Description |
|---|---|---|
newPlansNotifications | array |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list | select | privateStoreId | List new plans notifications |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
privateStoreId | string | The store ID - must use the tenant ID |
SELECT examples
- list
List new plans notifications
SELECT
newPlansNotifications
FROM azure_extras.marketplace.private_store_new_plans_notifications
WHERE privateStoreId = '{{ privateStoreId }}' -- required
;