ExtensionTopic 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.
Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ExtensionTopic : Microsoft.Azure.Management.EventGrid.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExtensionTopic = class
inherit Resource
Public Class ExtensionTopic
Inherits Resource
- Inheritance
- Attributes
Constructors
ExtensionTopic() |
Initializes a new instance of the ExtensionTopic class. |
ExtensionTopic(String, String, String, String, String, SystemData) |
Initializes a new instance of the ExtensionTopic class. |
Properties
Description |
Gets or sets description of the extension topic. |
Id |
Gets fully qualified identifier of the resource. (Inherited from Resource) |
Name |
Gets name of the resource. (Inherited from Resource) |
SystemData |
Gets the system metadata relating to Extension Topic resource. |
SystemTopic |
Gets or sets system topic resource id which is mapped to the source. |
Type |
Gets type of the resource. (Inherited from Resource) |
Applies to
Azure SDK for .NET