Share via


SchemaGroup Constructors

Definition

Overloads

SchemaGroup()

Initializes a new instance of the SchemaGroup class.

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

Initializes a new instance of the SchemaGroup class.

SchemaGroup()

Initializes a new instance of the SchemaGroup class.

public SchemaGroup ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SchemaGroup class.

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)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

location
String

The geo-location where the resource lives

updatedAtUtc
Nullable<DateTime>

Exact time the Schema Group was updated

createdAtUtc
Nullable<DateTime>

Exact time the Schema Group was created.

eTag
Nullable<Guid>

The ETag value.

groupProperties
IDictionary<String,String>

dictionary object for SchemaGroup group properties

schemaCompatibility
String

Possible values include: 'None', 'Backward', 'Forward'

schemaType
String

Possible values include: 'Unknown', 'Avro'

systemData
SystemData

The system meta data relating to this resource.

Applies to