getCustomerSubscription

Returns the specified product. Uses Azure REST API version 2022-06-01. Other available API versions: 2020-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurestack [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Customer subscription.

Parameters

argument

null


suspend fun getCustomerSubscription(customerSubscriptionName: String, registrationName: String, resourceGroup: String): GetCustomerSubscriptionResult

Return

Customer subscription.

Parameters

customerSubscriptionName

Name of the product.

registrationName

Name of the Azure Stack registration.

resourceGroup

Name of the resource group.

See also


Return

Customer subscription.

Parameters

argument

Builder for com.pulumi.azurenative.azurestack.kotlin.inputs.GetCustomerSubscriptionPlainArgs.

See also