Skip to main content

schema_registry

Overview

Nameschema_registry
TypeResource
Idazure.event_hubs.schema_registry

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
locationstringThe geo-location where the resource lives
propertiesobject
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

Methods

NameAccessible byRequired ParamsDescription
getSELECTnamespaceName, resourceGroupName, schemaGroupName, subscriptionIdGets the details of an EventHub schema group.
list_by_namespaceSELECTnamespaceName, resourceGroupName, subscriptionIdGets all the Schema Groups in a Namespace.
create_or_updateINSERTnamespaceName, resourceGroupName, schemaGroupName, subscriptionIdCreates or Updates an EventHub schema group.
deleteDELETEnamespaceName, resourceGroupName, schemaGroupName, subscriptionIdDeletes an EventHub schema group.
_list_by_namespaceEXECnamespaceName, resourceGroupName, subscriptionIdGets all the Schema Groups in a Namespace.