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

AssetProperties(String) Constructor

Definition

Initializes a new instance of AssetProperties.

public AssetProperties (string assetEndpointProfileRef);
new Azure.ResourceManager.DeviceRegistry.Models.AssetProperties : string -> Azure.ResourceManager.DeviceRegistry.Models.AssetProperties
Public Sub New (assetEndpointProfileRef As String)

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.

Exceptions

assetEndpointProfileRef is null.

Applies to