你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmDeviceRegistryModelFactory.DeviceRegistrySchemaVersionProperties 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.
Initializes a new instance of DeviceRegistrySchemaVersionProperties.
public static Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaVersionProperties DeviceRegistrySchemaVersionProperties(string uuid = default, string description = default, string schemaContent = default, string hash = default, Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryProvisioningState? provisioningState = default);
static member DeviceRegistrySchemaVersionProperties : string * string * string * string * Nullable<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryProvisioningState> -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaVersionProperties
Public Shared Function DeviceRegistrySchemaVersionProperties (Optional uuid As String = Nothing, Optional description As String = Nothing, Optional schemaContent As String = Nothing, Optional hash As String = Nothing, Optional provisioningState As Nullable(Of DeviceRegistryProvisioningState) = Nothing) As DeviceRegistrySchemaVersionProperties
Parameters
- uuid
- String
Globally unique, immutable, non-reusable id.
- description
- String
Human-readable description of the schema.
- schemaContent
- String
Schema content.
- hash
- String
Hash of the schema content.
- provisioningState
- Nullable<DeviceRegistryProvisioningState>
Provisioning state of the resource.
Returns
A new DeviceRegistrySchemaVersionProperties instance for mocking.