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
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:
- Private
Store stringId - The store ID - must use the tenant ID
- Private
Store stringId - The store ID - must use the tenant ID
- private
Store StringId - The store ID - must use the tenant ID
- private
Store stringId - The store ID - must use the tenant ID
- private_
store_ strid - The store ID - must use the tenant ID
- private
Store StringId - The store ID - must use the tenant ID
listPrivateStoreSubscriptionsContext Result
The following output properties are available:
- Subscriptions
Ids List<string>
- Subscriptions
Ids []string
- subscriptions
Ids List<String>
- subscriptions
Ids string[]
- subscriptions_
ids Sequence[str]
- subscriptions
Ids List<String>
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