你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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