GetTopicSpaceResult

data class GetTopicSpaceResult(val azureApiVersion: String, val description: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val topicTemplates: List<String>? = null, val type: String)

The Topic space resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, topicTemplates: List<String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

Description for the Topic Space resource.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

Provisioning state of the TopicSpace resource.

Link copied to clipboard

The system metadata relating to the Event Grid resource.

Link copied to clipboard
val topicTemplates: List<String>? = null

The topic filters in the topic space. Example: "topicTemplates": "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" .

Link copied to clipboard

Type of the resource.