次の方法で共有


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