SystemTopic 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
SystemTopic() |
Initializes a new instance of the SystemTopic class. |
SystemTopic(String, String, String, String, IDictionary<String,String>, String, String, String, String, IdentityInfo, SystemData) |
Initializes a new instance of the SystemTopic class. |
SystemTopic()
Initializes a new instance of the SystemTopic class.
public SystemTopic ();
Public Sub New ()
Applies to
SystemTopic(String, String, String, String, IDictionary<String,String>, String, String, String, String, IdentityInfo, SystemData)
Initializes a new instance of the SystemTopic class.
public SystemTopic (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, string source = default, string topicType = default, string metricResourceId = default, Microsoft.Azure.Management.EventGrid.Models.IdentityInfo identity = default, Microsoft.Azure.Management.EventGrid.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventGrid.Models.SystemTopic : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Microsoft.Azure.Management.EventGrid.Models.IdentityInfo * Microsoft.Azure.Management.EventGrid.Models.SystemData -> Microsoft.Azure.Management.EventGrid.Models.SystemTopic
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional source As String = Nothing, Optional topicType As String = Nothing, Optional metricResourceId As String = Nothing, Optional identity As IdentityInfo = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- location
- String
Location of the resource.
- id
- String
Fully qualified identifier of the resource.
- name
- String
Name of the resource.
- type
- String
Type of the resource.
- tags
- IDictionary<String,String>
Tags of the resource.
- provisioningState
- String
Provisioning state of the system topic. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'
- source
- String
Source for the system topic.
- topicType
- String
TopicType for the system topic.
- metricResourceId
- String
Metric resource id for the system topic.
- identity
- IdentityInfo
Identity information for the resource.
- systemData
- SystemData
The system metadata relating to System Topic resource.
Applies to
Azure SDK for .NET