getSubscription

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

namespaceName

The namespace name

resourceGroupName

Name of the Resource group within the Azure subscription.

subscriptionName

The subscription name.

topicName

The topic name.

See also


Return

Description of subscription resource.

Parameters

argument

Builder for com.pulumi.azurenative.servicebus.kotlin.inputs.GetSubscriptionPlainArgs.

See also