1. Packages
  2. Azure Native v1
  3. API Docs
  4. marketplace
  5. listPrivateStoreNewPlansNotifications
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.marketplace.listPrivateStoreNewPlansNotifications

Explore with Pulumi AI

These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

List new plans notifications API Version: 2021-12-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>
Copy
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]
Copy
func ListPrivateStoreNewPlansNotifications(ctx *Context, args *ListPrivateStoreNewPlansNotificationsArgs, opts ...InvokeOption) (*ListPrivateStoreNewPlansNotificationsResult, error)
func ListPrivateStoreNewPlansNotificationsOutput(ctx *Context, args *ListPrivateStoreNewPlansNotificationsOutputArgs, opts ...InvokeOption) ListPrivateStoreNewPlansNotificationsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListPrivateStoreNewPlansNotificationsResult> listPrivateStoreNewPlansNotifications(ListPrivateStoreNewPlansNotificationsArgs args, InvokeOptions options)
public static Output<ListPrivateStoreNewPlansNotificationsResult> listPrivateStoreNewPlansNotifications(ListPrivateStoreNewPlansNotificationsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:marketplace:listPrivateStoreNewPlansNotifications
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

PrivateStoreId
This property is required.
Changes to this property will trigger replacement.
string
The store ID - must use the tenant ID
PrivateStoreId
This property is required.
Changes to this property will trigger replacement.
string
The store ID - must use the tenant ID
privateStoreId
This property is required.
Changes to this property will trigger replacement.
String
The store ID - must use the tenant ID
privateStoreId
This property is required.
Changes to this property will trigger replacement.
string
The store ID - must use the tenant ID
private_store_id
This property is required.
Changes to this property will trigger replacement.
str
The store ID - must use the tenant ID
privateStoreId
This property is required.
Changes to this property will trigger replacement.
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-v1 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi