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 v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.marketplace.listPrivateStoreSubscriptionsContext

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

List all the subscriptions in the private store context

Uses Azure REST API version 2023-01-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>
Copy
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]
Copy
func ListPrivateStoreSubscriptionsContext(ctx *Context, args *ListPrivateStoreSubscriptionsContextArgs, opts ...InvokeOption) (*ListPrivateStoreSubscriptionsContextResult, error)
func ListPrivateStoreSubscriptionsContextOutput(ctx *Context, args *ListPrivateStoreSubscriptionsContextOutputArgs, opts ...InvokeOption) ListPrivateStoreSubscriptionsContextResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListPrivateStoreSubscriptionsContextResult> listPrivateStoreSubscriptionsContext(ListPrivateStoreSubscriptionsContextArgs args, InvokeOptions options)
public static Output<ListPrivateStoreSubscriptionsContextResult> listPrivateStoreSubscriptionsContext(ListPrivateStoreSubscriptionsContextArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:marketplace:listPrivateStoreSubscriptionsContext
  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

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
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi