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