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

TwinProperties Class

Definition

A container for client properties retrieved from the service.

public class TwinProperties
type TwinProperties = class
Public Class TwinProperties
Inheritance
TwinProperties

Constructors

Name Description
TwinProperties(DesiredProperties, ReportedProperties)

Creates an instance of this class.

Properties

Name Description
Desired

The collection of desired property update requests received from service.

Reported

The collection of twin properties reported by the client.

Applies to