TopicSpace Class 
The Topic space resource.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
TopicSpace(*, description: str | None = None, topic_templates: List[str] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| description | Description for the Topic Space resource. Default value: None | 
| topic_templates | The topic filters in the topic space. Example: "topicTemplates": [ "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" ]. Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | Fully qualified identifier of the resource. | 
| name | Name of the resource. | 
| type | Type of the resource. | 
| system_data | The system metadata relating to the Event Grid resource. | 
| description | Description for the Topic Space resource. | 
| topic_templates | The topic filters in the topic space. Example: "topicTemplates": [ "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" ]. | 
| provisioning_state | Provisioning state of the TopicSpace resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed", and "Deleted". |