你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ITopicTypeInfo 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.TopicTypeInfoTypeConverter))]
public interface ITopicTypeInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicTypeInfoTypeConverter))>]
type ITopicTypeInfo = interface
interface IJsonSerializable
interface IResource
Public Interface ITopicTypeInfo
Implements IResource
- 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. |
Id |
Fully qualified identifier of the resource. (Inherited from IResource) |
Name |
Name of the resource. (Inherited from IResource) |
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. |
Type |
Type of the resource. (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |