DeviceRegistryDiscoveredAssetProperties(String, String, Int64) Constructor
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.
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
Azure SDK for .NET