get Customer Subscription
suspend fun getCustomerSubscription(argument: GetCustomerSubscriptionPlainArgs): GetCustomerSubscriptionResult
Returns the specified product. Azure REST API version: 2022-06-01. Other available API versions: 2020-06-01-preview.
Return
Customer subscription.
Parameters
argument
null
suspend fun getCustomerSubscription(customerSubscriptionName: String, registrationName: String, resourceGroup: String): GetCustomerSubscriptionResult
Return
Customer subscription.
See also
Parameters
customer Subscription Name
Name of the product.
registration Name
Name of the Azure Stack registration.
resource Group
Name of the resource group.
suspend fun getCustomerSubscription(argument: suspend GetCustomerSubscriptionPlainArgsBuilder.() -> Unit): GetCustomerSubscriptionResult
Return
Customer subscription.
See also
Parameters
argument
Builder for com.pulumi.azurenative.azurestack.kotlin.inputs.GetCustomerSubscriptionPlainArgs.