SchemaGroup Class
Single item in List or Get Schema Group operation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.eventhub.v2024_01_01.models._models_py3.ProxyResourceSchemaGroup
Constructor
SchemaGroup(*, group_properties: Dict[str, str] | None = None, schema_compatibility: str | _models.SchemaCompatibility | None = None, schema_type: str | _models.SchemaType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
group_properties
|
dictionary object for SchemaGroup group properties. |
schema_compatibility
|
Known values are: "None", "Backward", and "Forward". |
schema_type
|
str or
SchemaType
Known values are: "Unknown" and "Avro". |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs". |
location
|
The geo-location where the resource lives. |
system_data
|
The system meta data relating to this resource. |
updated_at_utc
|
Exact time the Schema Group was updated. |
created_at_utc
|
Exact time the Schema Group was created. |
e_tag
|
The ETag value. |
group_properties
|
dictionary object for SchemaGroup group properties. |
schema_compatibility
|
Known values are: "None", "Backward", and "Forward". |
schema_type
|
str or
SchemaType
Known values are: "Unknown" and "Avro". |
Azure SDK for Python