1. Packages
  2. Azure Native
  3. API Docs
  4. marketplace
  5. listPrivateStoreNewPlansNotifications
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.marketplace.listPrivateStoreNewPlansNotifications

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

    List new plans notifications Azure REST API version: 2023-01-01.

    Other available API versions: 2021-12-01, 2022-03-01, 2022-09-01.

    Using listPrivateStoreNewPlansNotifications

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function listPrivateStoreNewPlansNotifications(args: ListPrivateStoreNewPlansNotificationsArgs, opts?: InvokeOptions): Promise<ListPrivateStoreNewPlansNotificationsResult>
    function listPrivateStoreNewPlansNotificationsOutput(args: ListPrivateStoreNewPlansNotificationsOutputArgs, opts?: InvokeOptions): Output<ListPrivateStoreNewPlansNotificationsResult>
    def list_private_store_new_plans_notifications(private_store_id: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> ListPrivateStoreNewPlansNotificationsResult
    def list_private_store_new_plans_notifications_output(private_store_id: Optional[pulumi.Input[str]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[ListPrivateStoreNewPlansNotificationsResult]
    func ListPrivateStoreNewPlansNotifications(ctx *Context, args *ListPrivateStoreNewPlansNotificationsArgs, opts ...InvokeOption) (*ListPrivateStoreNewPlansNotificationsResult, error)
    func ListPrivateStoreNewPlansNotificationsOutput(ctx *Context, args *ListPrivateStoreNewPlansNotificationsOutputArgs, opts ...InvokeOption) ListPrivateStoreNewPlansNotificationsResultOutput

    > Note: This function is named ListPrivateStoreNewPlansNotifications in the Go SDK.

    public static class ListPrivateStoreNewPlansNotifications 
    {
        public static Task<ListPrivateStoreNewPlansNotificationsResult> InvokeAsync(ListPrivateStoreNewPlansNotificationsArgs args, InvokeOptions? opts = null)
        public static Output<ListPrivateStoreNewPlansNotificationsResult> Invoke(ListPrivateStoreNewPlansNotificationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListPrivateStoreNewPlansNotificationsResult> listPrivateStoreNewPlansNotifications(ListPrivateStoreNewPlansNotificationsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:marketplace:listPrivateStoreNewPlansNotifications
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PrivateStoreId string
    The store ID - must use the tenant ID
    PrivateStoreId string
    The store ID - must use the tenant ID
    privateStoreId String
    The store ID - must use the tenant ID
    privateStoreId string
    The store ID - must use the tenant ID
    private_store_id str
    The store ID - must use the tenant ID
    privateStoreId String
    The store ID - must use the tenant ID

    listPrivateStoreNewPlansNotifications Result

    The following output properties are available:

    Supporting Types

    NewNotificationsResponse

    DisplayName string
    Gets offer display name
    Icon string
    Gets or sets the icon url
    IsFuturePlansEnabled bool
    Gets a value indicating whether future plans is enabled.
    MessageCode double
    Gets or sets the notification message id
    OfferId string
    Gets offer id
    Plans List<Pulumi.AzureNative.Marketplace.Inputs.PlanNotificationDetailsResponse>
    Gets or sets removed plans notifications
    DisplayName string
    Gets offer display name
    Icon string
    Gets or sets the icon url
    IsFuturePlansEnabled bool
    Gets a value indicating whether future plans is enabled.
    MessageCode float64
    Gets or sets the notification message id
    OfferId string
    Gets offer id
    Plans []PlanNotificationDetailsResponse
    Gets or sets removed plans notifications
    displayName String
    Gets offer display name
    icon String
    Gets or sets the icon url
    isFuturePlansEnabled Boolean
    Gets a value indicating whether future plans is enabled.
    messageCode Double
    Gets or sets the notification message id
    offerId String
    Gets offer id
    plans List<PlanNotificationDetailsResponse>
    Gets or sets removed plans notifications
    displayName string
    Gets offer display name
    icon string
    Gets or sets the icon url
    isFuturePlansEnabled boolean
    Gets a value indicating whether future plans is enabled.
    messageCode number
    Gets or sets the notification message id
    offerId string
    Gets offer id
    plans PlanNotificationDetailsResponse[]
    Gets or sets removed plans notifications
    display_name str
    Gets offer display name
    icon str
    Gets or sets the icon url
    is_future_plans_enabled bool
    Gets a value indicating whether future plans is enabled.
    message_code float
    Gets or sets the notification message id
    offer_id str
    Gets offer id
    plans Sequence[PlanNotificationDetailsResponse]
    Gets or sets removed plans notifications
    displayName String
    Gets offer display name
    icon String
    Gets or sets the icon url
    isFuturePlansEnabled Boolean
    Gets a value indicating whether future plans is enabled.
    messageCode Number
    Gets or sets the notification message id
    offerId String
    Gets offer id
    plans List<Property Map>
    Gets or sets removed plans notifications

    PlanNotificationDetailsResponse

    PlanDisplayName string
    Gets or sets the plan display name
    PlanId string
    Gets or sets the plan id
    PlanDisplayName string
    Gets or sets the plan display name
    PlanId string
    Gets or sets the plan id
    planDisplayName String
    Gets or sets the plan display name
    planId String
    Gets or sets the plan id
    planDisplayName string
    Gets or sets the plan display name
    planId string
    Gets or sets the plan id
    plan_display_name str
    Gets or sets the plan display name
    plan_id str
    Gets or sets the plan id
    planDisplayName String
    Gets or sets the plan display name
    planId String
    Gets or sets the plan id

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi