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

DeviceRegistryDiscoveredAssetProperties(String, String, Int64) Constructor

Definition

Initializes a new instance of DeviceRegistryDiscoveredAssetProperties.

public DeviceRegistryDiscoveredAssetProperties (string assetEndpointProfileRef, string discoveryId, long version);
new Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryDiscoveredAssetProperties : string * string * int64 -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryDiscoveredAssetProperties
Public Sub New (assetEndpointProfileRef As String, discoveryId As String, version As Long)

Parameters

assetEndpointProfileRef
String

A reference to the asset endpoint profile (connection information) used by brokers to connect to an endpoint that provides data points for this asset. Must provide asset endpoint profile name.

discoveryId
String

Identifier used to detect changes in the asset.

version
Int64

An integer that is incremented each time the resource is modified.

Exceptions

assetEndpointProfileRef or discoveryId is null.

Applies to