Partager via


SchemaGroup Constructeurs

Définition

Surcharges

SchemaGroup()

Initialise une nouvelle instance de la classe SchemaGroup.

SchemaGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, IDictionary<String,String>, String, String, SystemData)

Initialise une nouvelle instance de la classe SchemaGroup.

SchemaGroup()

Initialise une nouvelle instance de la classe SchemaGroup.

public SchemaGroup ();
Public Sub New ()

S’applique à

SchemaGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, IDictionary<String,String>, String, String, SystemData)

Initialise une nouvelle instance de la classe SchemaGroup.

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)

Paramètres

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Par exemple, « Microsoft.EventHub/Namespaces » ou « Microsoft.EventHub/Namespaces/EventHubs »

location
String

Emplacement géographique où réside la ressource

updatedAtUtc
Nullable<DateTime>

Heure exacte à laquelle le groupe de schémas a été mis à jour

createdAtUtc
Nullable<DateTime>

Heure exacte à laquelle le groupe de schémas a été créé.

eTag
Nullable<Guid>

Valeur ETag.

groupProperties
IDictionary<String,String>

objet dictionary pour les propriétés du groupe SchemaGroup

schemaCompatibility
String

Les valeurs possibles sont les suivantes : « None », « Backward », « Forward »

schemaType
String

Les valeurs possibles sont les suivantes : 'Unknown', 'Avro'

systemData
SystemData

Métadonnées système relatives à cette ressource.

S’applique à