list Private Store New Plans Notifications
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.
Return
List of all new plans notifications for public offers
Parameters
argument
null
suspend fun listPrivateStoreNewPlansNotifications(privateStoreId: String): ListPrivateStoreNewPlansNotificationsResult
Return
List of all new plans notifications for public offers
Parameters
private Store Id
The store ID - must use the tenant ID
See also
suspend fun listPrivateStoreNewPlansNotifications(argument: suspend ListPrivateStoreNewPlansNotificationsPlainArgsBuilder.() -> Unit): ListPrivateStoreNewPlansNotificationsResult
Return
List of all new plans notifications for public offers
Parameters
argument
Builder for com.pulumi.azurenative.marketplace.kotlin.inputs.ListPrivateStoreNewPlansNotificationsPlainArgs.