Share via


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