DigitalTwinsPatchDescription interface
The description of the DigitalTwins service.
Properties
| identity | The managed identity for the DigitalTwinsInstance. |
| properties | Properties for the DigitalTwinsInstance. |
| tags | Instance patch properties |
Property Details
identity
The managed identity for the DigitalTwinsInstance.
identity?: DigitalTwinsIdentity
Property Value
properties
Properties for the DigitalTwinsInstance.
properties?: DigitalTwinsPatchProperties
Property Value
tags
Instance patch properties
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}