SchemaGroup 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
SchemaGroup() |
Initialisiert einen neuen instance der SchemaGroup-Klasse. |
SchemaGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, IDictionary<String,String>, String, String, SystemData) |
Initialisiert einen neuen instance der SchemaGroup-Klasse. |
SchemaGroup()
Initialisiert einen neuen instance der SchemaGroup-Klasse.
public SchemaGroup ();
Public Sub New ()
Gilt für:
SchemaGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, IDictionary<String,String>, String, String, SystemData)
Initialisiert einen neuen instance der SchemaGroup-Klasse.
public SchemaGroup (string id = default, string name = default, string type = default, string location = default, DateTime? updatedAtUtc = default, DateTime? createdAtUtc = default, Guid? eTag = default, System.Collections.Generic.IDictionary<string,string> groupProperties = default, string schemaCompatibility = default, string schemaType = default, Microsoft.Azure.Management.EventHub.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventHub.Models.SchemaGroup : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, string> * string * string * Microsoft.Azure.Management.EventHub.Models.SystemData -> Microsoft.Azure.Management.EventHub.Models.SchemaGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional updatedAtUtc As Nullable(Of DateTime) = Nothing, Optional createdAtUtc As Nullable(Of DateTime) = Nothing, Optional eTag As Nullable(Of Guid) = Nothing, Optional groupProperties As IDictionary(Of String, String) = Nothing, Optional schemaCompatibility As String = Nothing, Optional schemaType As String = Nothing, Optional systemData As SystemData = Nothing)
Parameter
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z.B. "Microsoft.EventHub/Namespaces" oder "Microsoft.EventHub/Namespaces/EventHubs"
- location
- String
Der geografische Standort, an dem sich die Ressource befindet
- groupProperties
- IDictionary<String,String>
Wörterbuchobjekt für SchemaGroup-Gruppeneigenschaften
- schemaCompatibility
- String
Mögliche Werte sind: "None", "Backward", "Forward"
- schemaType
- String
Mögliche Werte: "Unbekannt", "Avro"
- systemData
- SystemData
Die Systemmetadaten, die sich auf diese Ressource beziehen.
Gilt für:
Azure SDK for .NET