Condividi tramite


SchemaFormat(String) Constructor

Definition

Initializes a new instance of SchemaFormat.

public SchemaFormat (string value);
new Azure.Data.SchemaRegistry.SchemaFormat : string -> Azure.Data.SchemaRegistry.SchemaFormat
Public Sub New (value As String)

Parameters

value
String

Exceptions

value is null.

Remarks

If using a schema format that is unsupported by this client, upgrade to a version that supports the schema format.

Applies to