Megosztás a következőn keresztül:


SchemaRegistry interface

SchemaRegistryt jelölő felület.

Metódusok

createOrUpdate(string, string, string, SchemaGroup, SchemaRegistryCreateOrUpdateOptionalParams)
delete(string, string, string, SchemaRegistryDeleteOptionalParams)
get(string, string, string, SchemaRegistryGetOptionalParams)
listByNamespace(string, string, SchemaRegistryListByNamespaceOptionalParams)

Lekéri egy névtér összes sémacsoportját.

Metódus adatai

createOrUpdate(string, string, string, SchemaGroup, SchemaRegistryCreateOrUpdateOptionalParams)

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

Paraméterek

resourceGroupName

string

Az azure-előfizetésen belüli erőforráscsoport neve.

namespaceName

string

A névtér neve

schemaGroupName

string

A sémacsoport neve

parameters
SchemaGroup

Eseményközpont-erőforrás létrehozásához megadott paraméterek.

options
SchemaRegistryCreateOrUpdateOptionalParams

A beállítási paraméterek.

Válaszok

Promise<SchemaGroup>

delete(string, string, string, SchemaRegistryDeleteOptionalParams)

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

Paraméterek

resourceGroupName

string

Az azure-előfizetésen belüli erőforráscsoport neve.

namespaceName

string

A névtér neve

schemaGroupName

string

A sémacsoport neve

options
SchemaRegistryDeleteOptionalParams

A beállítási paraméterek.

Válaszok

Promise<void>

get(string, string, string, SchemaRegistryGetOptionalParams)

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

Paraméterek

resourceGroupName

string

Az azure-előfizetésen belüli erőforráscsoport neve.

namespaceName

string

A névtér neve

schemaGroupName

string

A sémacsoport neve

options
SchemaRegistryGetOptionalParams

A beállítási paraméterek.

Válaszok

Promise<SchemaGroup>

listByNamespace(string, string, SchemaRegistryListByNamespaceOptionalParams)

Lekéri egy névtér összes sémacsoportját.

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

Paraméterek

resourceGroupName

string

Az azure-előfizetésen belüli erőforráscsoport neve.

namespaceName

string

A névtér neve

options
SchemaRegistryListByNamespaceOptionalParams

A beállítási paraméterek.

Válaszok