SystemTopic Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SystemTopic() |
Initialisiert eine neue instance der SystemTopic-Klasse. |
SystemTopic(String, String, String, String, IDictionary<String,String>, String, String, String, String, IdentityInfo, SystemData) |
Initialisiert eine neue instance der SystemTopic-Klasse. |
SystemTopic()
Initialisiert eine neue instance der SystemTopic-Klasse.
public SystemTopic ();
Public Sub New ()
Gilt für:
SystemTopic(String, String, String, String, IDictionary<String,String>, String, String, String, String, IdentityInfo, SystemData)
Initialisiert eine neue instance der SystemTopic-Klasse.
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)
Parameter
- location
- String
Speicherort der Ressource.
- id
- String
Vollqualifizierter Bezeichner der Ressource.
- name
- String
Der Name der Ressource.
- type
- String
Der Typ der Ressource.
- tags
- IDictionary<String,String>
Tags der Ressource.
- provisioningState
- String
Bereitstellungsstatus des Systemthemas. Mögliche Werte: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed"
- source
- String
Quelle für das Systemthema.
- topicType
- String
TopicType für das Systemthema.
- metricResourceId
- String
Metrikressourcen-ID für das Systemthema.
- identity
- IdentityInfo
Identitätsinformationen für die Ressource.
- systemData
- SystemData
Die Systemmetadaten im Zusammenhang mit der Systemthemaressource.
Gilt für:
Azure SDK for .NET