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: Optional[Dict[str, str]] = None, schema_compatibility: Optional[Union[str, azure.mgmt.eventhub.v2021_11_01.models._event_hub_management_client_enums.SchemaCompatibility]] = None, schema_type: Optional[Union[str, azure.mgmt.eventhub.v2021_11_01.models._event_hub_management_client_enums.SchemaType]] = None, **kwargs)

Variables

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
SystemData

The system meta data relating to this resource.

updated_at_utc
datetime

Exact time the Schema Group was updated.

created_at_utc
datetime

Exact time the Schema Group was created.

e_tag
str

The ETag value.

group_properties
dict[str, str]

dictionary object for SchemaGroup group properties.

schema_compatibility
str or SchemaCompatibility

Possible values include: "None", "Backward", "Forward".

schema_type
str or SchemaType

Possible values include: "Unknown", "Avro".