1. Packages
  2. Azure Native v1
  3. API Docs
  4. marketplace
  5. listPrivateStoreSubscriptionsContext
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.listPrivateStoreSubscriptionsContext

Explore with Pulumi AI

azure-native-v1 logo
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 all the subscriptions in the private store context API Version: 2021-12-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)
    // Output-based functions aren't available in Java yet
    
    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-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    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