1. Packages
  2. Azure Native
  3. API Docs
  4. marketplace
  5. listPrivateStoreSubscriptionsContext
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.marketplace.listPrivateStoreSubscriptionsContext

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    List all the subscriptions in the private store context

    Uses Azure REST API version 2023-01-01.

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

    Using listPrivateStoreSubscriptionsContext

    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 listPrivateStoreSubscriptionsContext(args: ListPrivateStoreSubscriptionsContextArgs, opts?: InvokeOptions): Promise<ListPrivateStoreSubscriptionsContextResult>
    function listPrivateStoreSubscriptionsContextOutput(args: ListPrivateStoreSubscriptionsContextOutputArgs, opts?: InvokeOptions): Output<ListPrivateStoreSubscriptionsContextResult>
    def list_private_store_subscriptions_context(private_store_id: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> ListPrivateStoreSubscriptionsContextResult
    def list_private_store_subscriptions_context_output(private_store_id: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[ListPrivateStoreSubscriptionsContextResult]
    func ListPrivateStoreSubscriptionsContext(ctx *Context, args *ListPrivateStoreSubscriptionsContextArgs, opts ...InvokeOption) (*ListPrivateStoreSubscriptionsContextResult, error)
    func ListPrivateStoreSubscriptionsContextOutput(ctx *Context, args *ListPrivateStoreSubscriptionsContextOutputArgs, opts ...InvokeOption) ListPrivateStoreSubscriptionsContextResultOutput

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

    public static class ListPrivateStoreSubscriptionsContext 
    {
        public static Task<ListPrivateStoreSubscriptionsContextResult> InvokeAsync(ListPrivateStoreSubscriptionsContextArgs args, InvokeOptions? opts = null)
        public static Output<ListPrivateStoreSubscriptionsContextResult> Invoke(ListPrivateStoreSubscriptionsContextInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListPrivateStoreSubscriptionsContextResult> listPrivateStoreSubscriptionsContext(ListPrivateStoreSubscriptionsContextArgs args, InvokeOptions options)
    public static Output<ListPrivateStoreSubscriptionsContextResult> listPrivateStoreSubscriptionsContext(ListPrivateStoreSubscriptionsContextArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:marketplace:listPrivateStoreSubscriptionsContext
      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

    listPrivateStoreSubscriptionsContext Result

    The following output properties are available:

    SubscriptionsIds List<string>
    subscriptionsIds List<String>
    subscriptions_ids Sequence[str]
    subscriptionsIds List<String>

    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 v2 docs if using the v2 version of this package.
    Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi