Share via


ITopicSpaceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicSpacePropertiesTypeConverter))]
public interface ITopicSpaceProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicSpacePropertiesTypeConverter))>]
type ITopicSpaceProperties = interface
    interface IJsonSerializable
Public Interface ITopicSpaceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Description

Description for the Topic Space resource.

ProvisioningState

Provisioning state of the TopicSpace resource.

TopicTemplate

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to