ExtensionTopic Constructors
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.
Overloads
ExtensionTopic() |
Initializes a new instance of the ExtensionTopic class. |
ExtensionTopic(String, String, String, String, String, SystemData) |
Initializes a new instance of the ExtensionTopic class. |
ExtensionTopic()
Initializes a new instance of the ExtensionTopic class.
public ExtensionTopic ();
Public Sub New ()
Applies to
ExtensionTopic(String, String, String, String, String, SystemData)
Initializes a new instance of the ExtensionTopic class.
public ExtensionTopic (string id = default, string name = default, string type = default, string description = default, string systemTopic = default, Microsoft.Azure.Management.EventGrid.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventGrid.Models.ExtensionTopic : string * string * string * string * string * Microsoft.Azure.Management.EventGrid.Models.SystemData -> Microsoft.Azure.Management.EventGrid.Models.ExtensionTopic
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional systemTopic As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- id
- String
Fully qualified identifier of the resource.
- name
- String
Name of the resource.
- type
- String
Type of the resource.
- description
- String
Description of the extension topic.
- systemTopic
- String
System topic resource id which is mapped to the source.
- systemData
- SystemData
The system metadata relating to Extension Topic resource.