SchemaRegistryModelFactory.SchemaProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a SchemaProperties instance for mocking.
public static Azure.Data.SchemaRegistry.SchemaProperties SchemaProperties (Azure.Data.SchemaRegistry.SchemaFormat format, string schemaId, string groupName, string name, int version);
static member SchemaProperties : Azure.Data.SchemaRegistry.SchemaFormat * string * string * string * int -> Azure.Data.SchemaRegistry.SchemaProperties
Public Shared Function SchemaProperties (format As SchemaFormat, schemaId As String, groupName As String, name As String, version As Integer) As SchemaProperties
Parameters
- format
- SchemaFormat
The format for the schema.
- schemaId
- String
The ID of the schema.
- groupName
- String
The group name for the schema.
- name
- String
The name of the schema.
- version
- Int32
The version of the schema.
Returns
A schemaProperties instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.