ApiCenterMetadataSchemaProperties(String) Constructor
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.
Initializes a new instance of ApiCenterMetadataSchemaProperties.
public ApiCenterMetadataSchemaProperties(string schema);
new Azure.ResourceManager.ApiCenter.Models.ApiCenterMetadataSchemaProperties : string -> Azure.ResourceManager.ApiCenter.Models.ApiCenterMetadataSchemaProperties
Public Sub New (schema As String)
Parameters
- schema
- String
The schema defining the type.
Exceptions
schema is null.