DigitalTwinsModelData Class
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.
A model definition and metadata for that model.
public class DigitalTwinsModelData
type DigitalTwinsModelData = class
Public Class DigitalTwinsModelData
- Inheritance
-
DigitalTwinsModelData
Properties
Decommissioned |
Indicates if the model is decommissioned. Decommissioned models cannot be referenced by newly created digital twins. |
DtdlModel |
The model definition that conforms to Digital Twins Definition Language (DTDL) v2. |
Id |
The id of the model as specified in the model definition. |
LanguageDescriptions |
A language dictionary that contains the localized descriptions as specified in the model definition. |
LanguageDisplayNames |
A language dictionary that contains the localized display names as specified in the model definition. |
UploadedOn |
The date and time the model was uploaded to the service. |
Applies to
Azure SDK for .NET