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.v2021_11_01.models._models_py3.ProxyResource
SchemaGroup

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

Known values are: "Unknown" and "Avro".

Variables

Name Description
id
str

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

name
str

The name of the resource.

type
str

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

location
str

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
str

The ETag value.

group_properties

dictionary object for SchemaGroup group properties.

schema_compatibility

Known values are: "None", "Backward", and "Forward".

schema_type

Known values are: "Unknown" and "Avro".