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

ITopicTypeProperties Interface

Definition

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

Properties

AreRegionalAndGlobalSourcesSupported

Flag to indicate that a topic type can support both regional or global system topics

Description

Description of the topic type.

DisplayName

Display Name for the topic type.

Provider

Namespace of the provider of the topic type.

ProvisioningState

Provisioning state of the topic type

ResourceRegionType

Region type of the resource.

SourceResourceFormat

Source resource format.

SupportedLocation

List of locations supported by this topic type.

SupportedScopesForSource

Supported source scopes.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to