ITopicSpaceProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |