SchemaRegistryOperations interface

Schnittstelle stellt SchemaRegistry-Operationen dar.

Eigenschaften

createOrUpdate

Erstellt oder aktualisiert eine EventHub-Schemagruppe.

delete

Löscht eine EventHub-Schemagruppe.

get

Ruft die Details einer EventHub-Schemagruppe ab.

listByNamespace

Ruft alle Schemagruppen in einem Namespace ab.

Details zur Eigenschaft

createOrUpdate

Erstellt oder aktualisiert eine EventHub-Schemagruppe.

createOrUpdate: (resourceGroupName: string, namespaceName: string, schemaGroupName: string, parameters: SchemaGroup, options?: SchemaRegistryCreateOrUpdateOptionalParams) => Promise<SchemaGroup>

Eigenschaftswert

(resourceGroupName: string, namespaceName: string, schemaGroupName: string, parameters: SchemaGroup, options?: SchemaRegistryCreateOrUpdateOptionalParams) => Promise<SchemaGroup>

delete

Löscht eine EventHub-Schemagruppe.

delete: (resourceGroupName: string, namespaceName: string, schemaGroupName: string, options?: SchemaRegistryDeleteOptionalParams) => Promise<void>

Eigenschaftswert

(resourceGroupName: string, namespaceName: string, schemaGroupName: string, options?: SchemaRegistryDeleteOptionalParams) => Promise<void>

get

Ruft die Details einer EventHub-Schemagruppe ab.

get: (resourceGroupName: string, namespaceName: string, schemaGroupName: string, options?: SchemaRegistryGetOptionalParams) => Promise<SchemaGroup>

Eigenschaftswert

(resourceGroupName: string, namespaceName: string, schemaGroupName: string, options?: SchemaRegistryGetOptionalParams) => Promise<SchemaGroup>

listByNamespace

Ruft alle Schemagruppen in einem Namespace ab.

listByNamespace: (resourceGroupName: string, namespaceName: string, options?: SchemaRegistryListByNamespaceOptionalParams) => PagedAsyncIterableIterator<SchemaGroup, SchemaGroup[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, namespaceName: string, options?: SchemaRegistryListByNamespaceOptionalParams) => PagedAsyncIterableIterator<SchemaGroup, SchemaGroup[], PageSettings>