Table of Contents

Class AssetDeviceRef

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll

A reference to the Device and Endpoint within the device (connection information) used by brokers to connect that provides data points for this asset.

public class AssetDeviceRef : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
AssetDeviceRef
Implements
Inherited Members

Properties

DeviceName

Name of the device resource.

[JsonPropertyName("deviceName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string DeviceName { get; set; }

Property Value

string

EndpointName

The name of endpoint to use.

[JsonPropertyName("endpointName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string EndpointName { get; set; }

Property Value

string