This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.marketplace.listPrivateStoreSubscriptionsContext
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
List all the subscriptions in the private store context 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)
// 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 pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi