SchemaRegistryOperations interface
Interfejs reprezentujący operacje SchemaRegistry.
Właściwości
| create |
Tworzy lub aktualizuje grupę schematów usługi EventHub. |
| delete | Usuwa grupę schematów usługi EventHub. |
| get | Pobiera szczegóły grupy schematów usługi EventHub. |
| list |
Pobiera wszystkie grupy schematów w przestrzeni nazw. |
Szczegóły właściwości
createOrUpdate
Tworzy lub aktualizuje grupę schematów usługi EventHub.
createOrUpdate: (resourceGroupName: string, namespaceName: string, schemaGroupName: string, parameters: SchemaGroup, options?: SchemaRegistryCreateOrUpdateOptionalParams) => Promise<SchemaGroup>
Wartość właściwości
(resourceGroupName: string, namespaceName: string, schemaGroupName: string, parameters: SchemaGroup, options?: SchemaRegistryCreateOrUpdateOptionalParams) => Promise<SchemaGroup>
delete
Usuwa grupę schematów usługi EventHub.
delete: (resourceGroupName: string, namespaceName: string, schemaGroupName: string, options?: SchemaRegistryDeleteOptionalParams) => Promise<void>
Wartość właściwości
(resourceGroupName: string, namespaceName: string, schemaGroupName: string, options?: SchemaRegistryDeleteOptionalParams) => Promise<void>
get
Pobiera szczegóły grupy schematów usługi EventHub.
get: (resourceGroupName: string, namespaceName: string, schemaGroupName: string, options?: SchemaRegistryGetOptionalParams) => Promise<SchemaGroup>
Wartość właściwości
(resourceGroupName: string, namespaceName: string, schemaGroupName: string, options?: SchemaRegistryGetOptionalParams) => Promise<SchemaGroup>
listByNamespace
Pobiera wszystkie grupy schematów w przestrzeni nazw.
listByNamespace: (resourceGroupName: string, namespaceName: string, options?: SchemaRegistryListByNamespaceOptionalParams) => PagedAsyncIterableIterator<SchemaGroup, SchemaGroup[], PageSettings>
Wartość właściwości
(resourceGroupName: string, namespaceName: string, options?: SchemaRegistryListByNamespaceOptionalParams) => PagedAsyncIterableIterator<SchemaGroup, SchemaGroup[], PageSettings>