topic

suspend fun topic(name: String, block: suspend TopicResourceBuilder.() -> Unit): Topic

Deprecated

azure.eventhub.Topic has been deprecated in favor of azure.servicebus.Topic

Parameters

name

The unique name of the resulting resource.

block

Builder for Topic.

See also


fun topic(name: String): Topic

Deprecated

azure.eventhub.Topic has been deprecated in favor of azure.servicebus.Topic

Parameters

name

The unique name of the resulting resource.

See also