SchemaRegistryProperties interface
Defines the schema registry properties.
Properties
description | Human-readable description of the schema registry. |
display |
Human-readable display name. |
namespace | Schema registry namespace. Uniquely identifies a schema registry within a tenant. |
provisioning |
Provisioning state of the resource. |
storage |
The Storage Account's Container URL where schemas will be stored. |
uuid | Globally unique, immutable, non-reusable id. |
Property Details
description
Human-readable description of the schema registry.
description?: string
Property Value
string
displayName
Human-readable display name.
displayName?: string
Property Value
string
namespace
Schema registry namespace. Uniquely identifies a schema registry within a tenant.
namespace: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
storageAccountContainerUrl
The Storage Account's Container URL where schemas will be stored.
storageAccountContainerUrl: string
Property Value
string
uuid
Globally unique, immutable, non-reusable id.
uuid?: string
Property Value
string
Azure SDK for JavaScript