get Subscription
Returns a subscription description for the specified topic. Uses Azure REST API version 2022-01-01-preview. Other available API versions: 2022-10-01-preview, 2023-01-01-preview, 2024-01-01.
Return
Description of subscription resource.
Parameters
argument
null
suspend fun getSubscription(namespaceName: String, resourceGroupName: String, subscriptionName: String, topicName: String): GetSubscriptionResult
Return
Description of subscription resource.
Parameters
namespace Name
The namespace name
resource Group Name
Name of the Resource group within the Azure subscription.
subscription Name
The subscription name.
topic Name
The topic name.
See also
suspend fun getSubscription(argument: suspend GetSubscriptionPlainArgsBuilder.() -> Unit): GetSubscriptionResult
Return
Description of subscription resource.
Parameters
argument
Builder for com.pulumi.azurenative.servicebus.kotlin.inputs.GetSubscriptionPlainArgs.