你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceRegistrySchemaProperties Constructor

Definition

Initializes a new instance of DeviceRegistrySchemaProperties.

public DeviceRegistrySchemaProperties (Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaFormat format, Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaType schemaType);
new Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaProperties : Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaFormat * Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaType -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaProperties
Public Sub New (format As DeviceRegistrySchemaFormat, schemaType As DeviceRegistrySchemaType)

Parameters

format
DeviceRegistrySchemaFormat

Format of the schema.

schemaType
DeviceRegistrySchemaType

Type of the schema.

Applies to