TopicTypeInfo Class
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.
Properties of a topic type info.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TopicTypeInfo : Microsoft.Azure.Management.EventGrid.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TopicTypeInfo = class
inherit Resource
Public Class TopicTypeInfo
Inherits Resource
- Inheritance
- Attributes
Constructors
TopicTypeInfo() |
Initializes a new instance of the TopicTypeInfo class. |
TopicTypeInfo(String, String, String, String, String, String, String, String, IList<String>, String, IList<String>) |
Initializes a new instance of the TopicTypeInfo class. |
Properties
Description |
Gets or sets description of the topic type. |
DisplayName |
Gets or sets display Name for the topic type. |
Id |
Gets fully qualified identifier of the resource. (Inherited from Resource) |
Name |
Gets name of the resource. (Inherited from Resource) |
Provider |
Gets or sets namespace of the provider of the topic type. |
ProvisioningState |
Gets or sets provisioning state of the topic type. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed' |
ResourceRegionType |
Gets or sets region type of the resource. Possible values include: 'RegionalResource', 'GlobalResource' |
SourceResourceFormat |
Gets or sets source resource format. |
SupportedLocations |
Gets or sets list of locations supported by this topic type. |
SupportedScopesForSource |
Gets or sets supported source scopes. |
Type |
Gets type of the resource. (Inherited from Resource) |
Applies to
Azure SDK for .NET