list Private Store Subscriptions Context
suspend fun listPrivateStoreSubscriptionsContext(argument: ListPrivateStoreSubscriptionsContextPlainArgs): ListPrivateStoreSubscriptionsContextResult
List all the subscriptions in the private store context Uses Azure REST API version 2023-01-01. Other available API versions: 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native marketplace [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
List of subscription Ids in the private store
Parameters
argument
null
suspend fun listPrivateStoreSubscriptionsContext(privateStoreId: String): ListPrivateStoreSubscriptionsContextResult
Return
List of subscription Ids in the private store
Parameters
private Store Id
The store ID - must use the tenant ID
See also
suspend fun listPrivateStoreSubscriptionsContext(argument: suspend ListPrivateStoreSubscriptionsContextPlainArgsBuilder.() -> Unit): ListPrivateStoreSubscriptionsContextResult
Return
List of subscription Ids in the private store
Parameters
argument
Builder for com.pulumi.azurenative.marketplace.kotlin.inputs.ListPrivateStoreSubscriptionsContextPlainArgs.